Uses of Class
org.mockserver.echo.http.EchoServer
-
Packages that use EchoServer Package Description org.mockserver.echo.http org.mockserver.integration.server -
-
Uses of EchoServer in org.mockserver.echo.http
Methods in org.mockserver.echo.http that return EchoServer Modifier and Type Method Description EchoServer
EchoServer. withNextResponse(HttpResponse... httpResponses)
EchoServer
EchoServer. withOnlyResponse(HttpResponse httpResponse)
-
Uses of EchoServer in org.mockserver.integration.server
Fields in org.mockserver.integration.server declared as EchoServer Modifier and Type Field Description protected static EchoServer
AbstractMockingIntegrationTestBase. insecureEchoServer
protected static EchoServer
AbstractMockingIntegrationTestBase. secureEchoServer
-