Uses of Interface
com.github.kristofa.test.http.ForwardHttpRequestBuilder

Packages that use ForwardHttpRequestBuilder
com.github.kristofa.test.http   
 

Uses of ForwardHttpRequestBuilder in com.github.kristofa.test.http
 

Classes in com.github.kristofa.test.http that implement ForwardHttpRequestBuilder
 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.
 

Methods in com.github.kristofa.test.http with parameters of type ForwardHttpRequestBuilder
 MockAndProxyFacade.Builder MockAndProxyFacade.Builder.addForwardHttpRequestBuilder(ForwardHttpRequestBuilder requestBuilder)
          Adds a ForwardHttpRequestBuilder that will be used with LoggingHttpProxy.
 

Constructor parameters in com.github.kristofa.test.http with type arguments of type ForwardHttpRequestBuilder
LoggingHttpProxy(int port, Collection<ForwardHttpRequestBuilder> requestBuilders, HttpRequestResponseLoggerFactory loggerFactory)
          Create a new instance.
 



Copyright © 2014. All Rights Reserved.