Uses of Class
org.mockserver.model.HttpForward
-
Packages that use HttpForward Package Description org.mockserver.client org.mockserver.mock org.mockserver.mock.action org.mockserver.model org.mockserver.serialization.java org.mockserver.serialization.model -
-
Uses of HttpForward in org.mockserver.client
Methods in org.mockserver.client with parameters of type HttpForward Modifier and Type Method Description void
ForwardChainExpectation. forward(HttpForward httpForward)
Forward request to the specified host and port when expectation is matched -
Uses of HttpForward in org.mockserver.mock
Methods in org.mockserver.mock that return HttpForward Modifier and Type Method Description HttpForward
Expectation. getHttpForward()
Methods in org.mockserver.mock with parameters of type HttpForward Modifier and Type Method Description Expectation
Expectation. thenForward(HttpForward httpForward)
-
Uses of HttpForward in org.mockserver.mock.action
Methods in org.mockserver.mock.action with parameters of type HttpForward Modifier and Type Method Description HttpForwardActionResult
HttpForwardActionHandler. handle(HttpForward httpForward, HttpRequest httpRequest)
-
Uses of HttpForward in org.mockserver.model
Methods in org.mockserver.model that return HttpForward Modifier and Type Method Description static HttpForward
HttpForward. forward()
Static builder to create a forward.HttpForward
HttpForward. withHost(String host)
The host or ip address to forward the request to i.e.HttpForward
HttpForward. withPort(Integer port)
The port to forward the request to i.e.HttpForward
HttpForward. withScheme(HttpForward.Scheme scheme)
The scheme to use when forwarded the request, either HTTP or HTTPS. -
Uses of HttpForward in org.mockserver.serialization.java
Methods in org.mockserver.serialization.java with parameters of type HttpForward Modifier and Type Method Description String
HttpForwardToJavaSerializer. serialize(int numberOfSpacesToIndent, HttpForward httpForward)
-
Uses of HttpForward in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpForward Modifier and Type Method Description HttpForward
HttpForwardDTO. buildObject()
Constructors in org.mockserver.serialization.model with parameters of type HttpForward Constructor Description HttpForwardDTO(HttpForward httpForward)
-