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 voidForwardChainExpectation. 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 HttpForwardExpectation. getHttpForward()Methods in org.mockserver.mock with parameters of type HttpForward Modifier and Type Method Description ExpectationExpectation. 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 HttpForwardActionResultHttpForwardActionHandler. 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 HttpForwardHttpForward. forward()Static builder to create a callback.HttpForwardHttpForward. withHost(String host)The host or ip address to forward the request to i.e.HttpForwardHttpForward. withPort(Integer port)The port to forward the request to i.e.HttpForwardHttpForward. 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 StringHttpForwardToJavaSerializer. 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 HttpForwardHttpForwardDTO. buildObject()Constructors in org.mockserver.serialization.model with parameters of type HttpForward Constructor Description HttpForwardDTO(HttpForward httpForward)
-