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.mock
Classes in com.jcabi.http.mock that implement MkContainer Modifier and Type Class Description class
MkGrizzlyContainer
Implementation ofMkContainer
based on Grizzly Server.Methods in com.jcabi.http.mock that return MkContainer Modifier and Type Method Description MkContainer
MkContainer. next(MkAnswer answer)
Give this answer on the next request.MkContainer
MkContainer. next(MkAnswer answer, org.hamcrest.Matcher<MkQuery> condition)
Give this answer on the next request if the matcher condition is satisfied.MkContainer
MkContainer. 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.MkContainer
MkGrizzlyContainer. next(MkAnswer answer)
MkContainer
MkGrizzlyContainer. next(MkAnswer answer, org.hamcrest.Matcher<MkQuery> condition)
MkContainer
MkGrizzlyContainer. next(MkAnswer answer, org.hamcrest.Matcher<MkQuery> condition, int count)
MkContainer
MkContainer. start()
Start it on the first available TCP port.MkContainer
MkContainer. start(int prt)
Start it on a provided port.MkContainer
MkGrizzlyContainer. start()
MkContainer
MkGrizzlyContainer. start(int prt)
-