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

Packages that use HttpResponseProvider
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 HttpResponseProvider in com.github.kristofa.test.http
 

Classes in com.github.kristofa.test.http that implement HttpResponseProvider
 class DefaultHttpResponseProvider
          A HttpResponseProvider that supports http request with all properties.
 class SimpleHttpResponseProvider
          HttpResponseProvider that keeps expected request/responses in memory.
 

Methods in com.github.kristofa.test.http with parameters of type HttpResponseProvider
 MockAndProxyFacade.Builder MockAndProxyFacade.Builder.httpResponseProvider(HttpResponseProvider responseProvider)
          Sets the HttpResponseProvider that will be used for MockHttpServer.
 

Constructors in com.github.kristofa.test.http with parameters of type HttpResponseProvider
MockHttpServer(int port, HttpResponseProvider responseProvider)
          Creates a new instance.
 

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

Classes in com.github.kristofa.test.http.file that implement HttpResponseProvider
 class FileHttpResponseProvider
          HttpResponseProvider that is able to serve responses for requests/responses previously saved by HttpRequestResponseFileLogger.
 



Copyright © 2014. All Rights Reserved.