Uses of Class
org.mockserver.model.HttpForward

Packages that use HttpForward
org.mockserver.client.serialization.java   
org.mockserver.client.serialization.model   
org.mockserver.mock   
org.mockserver.mock.action   
org.mockserver.model   
 

Uses of HttpForward in org.mockserver.client.serialization.java
 

Methods in org.mockserver.client.serialization.java with parameters of type HttpForward
 String HttpForwardToJavaSerializer.serializeAsJava(int numberOfSpacesToIndent, HttpForward httpForward)
           
 

Uses of HttpForward in org.mockserver.client.serialization.model
 

Methods in org.mockserver.client.serialization.model that return HttpForward
 HttpForward HttpForwardDTO.buildObject()
           
 

Constructors in org.mockserver.client.serialization.model with parameters of type HttpForward
HttpForwardDTO(HttpForward httpForward)
           
 

Uses of HttpForward in org.mockserver.mock
 

Methods in org.mockserver.mock that return HttpForward
 HttpForward Expectation.getHttpForward()
           
 

Methods in org.mockserver.mock with parameters of type HttpForward
 Expectation Expectation.thenForward(HttpForward httpForward)
           
 

Uses of HttpForward in org.mockserver.mock.action
 

Methods in org.mockserver.mock.action with parameters of type HttpForward
 HttpResponse HttpForwardActionHandler.handle(HttpForward httpForward, HttpRequest httpRequest)
           
 

Uses of HttpForward in org.mockserver.model
 

Methods in org.mockserver.model that return HttpForward
static HttpForward HttpForward.forward()
          Static builder to create a callback.
 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.
 



Copyright © 2017. All rights reserved.