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

Packages that use HttpRequestResponseLoggerFactory
com.github.kristofa.test.http   
com.github.kristofa.test.http.file Provides implementations for storing http request/responses to disk using LoggingHttpProxy and replaying them using MockHttpServer
 

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

Methods in com.github.kristofa.test.http with parameters of type HttpRequestResponseLoggerFactory
 MockAndProxyFacade.Builder MockAndProxyFacade.Builder.httpRequestResponseLoggerFactory(HttpRequestResponseLoggerFactory loggerFactory)
          Sets the HttpRequestResponseLoggerFactory that will be used with LoggingHttpProxy.
 

Constructors in com.github.kristofa.test.http with parameters of type HttpRequestResponseLoggerFactory
LoggingHttpProxy(int port, Collection<ForwardHttpRequestBuilder> requestBuilders, HttpRequestResponseLoggerFactory loggerFactory)
          Create a new instance.
PassthroughLoggingHttpProxy(int port, String targetDomain, int targetPort, HttpRequestResponseLoggerFactory loggerFactory)
          Construct a new instance.
 

Uses of HttpRequestResponseLoggerFactory in com.github.kristofa.test.http.file
 

Classes in com.github.kristofa.test.http.file that implement HttpRequestResponseLoggerFactory
 class HttpRequestResponseFileLoggerFactory
          Factory that creates HttpRequestResponseFileLogger instances.
 



Copyright © 2014. All Rights Reserved.