Uses of Class
org.mockserver.model.HttpForward
Packages that use HttpForward
Package
Description
-
Uses of HttpForward in org.mockserver.client
Methods in org.mockserver.client with parameters of type HttpForwardModifier and TypeMethodDescriptionForwardChainExpectation.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 HttpForwardMethods in org.mockserver.mock with parameters of type HttpForward -
Uses of HttpForward in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http with parameters of type HttpForwardModifier and TypeMethodDescriptionHttpForwardActionHandler.handle(HttpForward httpForward, HttpRequest httpRequest) -
Uses of HttpForward in org.mockserver.model
Methods in org.mockserver.model that return HttpForwardModifier and TypeMethodDescriptionstatic HttpForwardHttpForward.forward()Static builder to create a forward.ExpectationStep.getHttpForward()HttpForwardWithFallback.getHttpForward()The host or ip address to forward the request to i.e.The port to forward the request to i.e. 80.HttpForward.withScheme(HttpForward.Scheme scheme) The scheme to use when forwarded the request, either HTTP or HTTPS.Methods in org.mockserver.model with parameters of type HttpForwardModifier and TypeMethodDescriptionHttpForwardWithFallback.withForward(HttpForward httpForward) The forward definition specifying the upstream host, port and scheme.ExpectationStep.withHttpForward(HttpForward httpForward) -
Uses of HttpForward in org.mockserver.serialization.java
Methods in org.mockserver.serialization.java with parameters of type HttpForwardModifier and TypeMethodDescriptionHttpForwardToJavaSerializer.serialize(int numberOfSpacesToIndent, HttpForward httpForward) -
Uses of HttpForward in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpForwardConstructors in org.mockserver.serialization.model with parameters of type HttpForward