Modifier and Type | Method and Description |
---|---|
void |
ForwardChainExpectation.forward(HttpForward httpForward)
Forward request to the specified host and port when expectation is matched
|
Modifier and Type | Method and Description |
---|---|
String |
HttpForwardToJavaSerializer.serialize(int numberOfSpacesToIndent,
HttpForward httpForward) |
Modifier and Type | Method and Description |
---|---|
HttpForward |
HttpForwardDTO.buildObject() |
Constructor and Description |
---|
HttpForwardDTO(HttpForward httpForward) |
Modifier and Type | Method and Description |
---|---|
HttpForward |
Expectation.getHttpForward() |
Modifier and Type | Method and Description |
---|---|
Expectation |
Expectation.thenForward(HttpForward httpForward) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.SettableFuture<HttpResponse> |
HttpForwardActionHandler.handle(HttpForward httpForward,
HttpRequest httpRequest) |
Modifier and Type | Method and Description |
---|---|
static HttpForward |
HttpForward.forward()
Static builder to create a callback.
|
HttpForward |
HttpForward.withDelay(Delay delay)
The delay before responding with this request as a Delay object, for example new Delay(TimeUnit.SECONDS, 3)
|
HttpForward |
HttpForward.withDelay(TimeUnit timeUnit,
long value)
The delay before responding with this request as a Delay object, for example new Delay(TimeUnit.SECONDS, 3)
|
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 © 2018. All rights reserved.