Uses of Class
com.github.kristofa.test.http.AbstractHttpResponseProvider

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

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

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

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



Copyright © 2014. All Rights Reserved.