| Package | Description |
|---|---|
| com.github.kristofa.test.http |
| Modifier and Type | Class and Description |
|---|---|
class |
PassthroughForwardHttpRequestBuilder
An implementation of
ForwardHttpRequestBuilder that constructs FullHttpRequests that redirects
the request to the external service by changing the domain and port of the request. |
| Modifier and Type | Method and Description |
|---|---|
MockAndProxyFacade.Builder |
MockAndProxyFacade.Builder.addForwardHttpRequestBuilder(ForwardHttpRequestBuilder requestBuilder)
Adds a
ForwardHttpRequestBuilder that will be used with LoggingHttpProxy. |
| Constructor and Description |
|---|
LoggingHttpProxy(int port,
Collection<ForwardHttpRequestBuilder> requestBuilders,
HttpRequestResponseLoggerFactory loggerFactory)
Create a new instance.
|
Copyright © 2014. All Rights Reserved.