Uses of Interface
com.jcabi.http.mock.MkContainer
- 
Packages that use MkContainer Package Description com.jcabi.http.mock Mock of Servlet Container.
- 
- 
Uses of MkContainer in com.jcabi.http.mockClasses in com.jcabi.http.mock that implement MkContainer Modifier and Type Class Description classMkGrizzlyContainerImplementation ofMkContainerbased on Grizzly Server.Methods in com.jcabi.http.mock that return MkContainer Modifier and Type Method Description MkContainerMkContainer. next(MkAnswer answer)Give this answer on the next request.MkContainerMkContainer. next(MkAnswer answer, org.hamcrest.Matcher<MkQuery> condition)Give this answer on the next request if the matcher condition is satisfied.MkContainerMkContainer. next(MkAnswer answer, org.hamcrest.Matcher<MkQuery> condition, int count)Give this answer on the next request(s) if the matcher condition is satisfied up to a certain number of requests.MkContainerMkGrizzlyContainer. next(MkAnswer answer)MkContainerMkGrizzlyContainer. next(MkAnswer answer, org.hamcrest.Matcher<MkQuery> condition)MkContainerMkGrizzlyContainer. next(MkAnswer answer, org.hamcrest.Matcher<MkQuery> condition, int count)MkContainerMkContainer. start()Start it on the first available TCP port.MkContainerMkContainer. start(int prt)Start it on a provided port.MkContainerMkGrizzlyContainer. start()MkContainerMkGrizzlyContainer. start(int prt)
 
-