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

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

Classes in com.github.kristofa.test.http that implement HttpResponse
 class HttpResponseImpl
          HttpResponse implementation.
 

Methods in com.github.kristofa.test.http that return HttpResponse
 HttpResponse SimpleHttpResponseProvider.getResponse(HttpRequest request)
          Gets expected response for given request.
 HttpResponse HttpResponseProvider.getResponse(HttpRequest request)
          Gets expected response for given request.
 HttpResponse DefaultHttpResponseProvider.getResponse(HttpRequest request)
          Gets expected response for given request.
 

Methods in com.github.kristofa.test.http with parameters of type HttpResponse
 void HttpRequestResponseLogger.log(HttpResponse response)
          Logs HttpResponse.
 void DefaultHttpResponseProvider.set(HttpRequest request, HttpResponse response)
          Sets a new request/response.
 

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

Methods in com.github.kristofa.test.http.file that return HttpResponse
 HttpResponse FileHttpResponseProvider.getResponse(HttpRequest request)
          Gets expected response for given request.
 HttpResponse HttpResponseFileReader.read(File httpResponseFile, File httpResponseEntityFile)
          Reqds a HttpResponse that is stored in file(s) and reconstructs it.
 

Methods in com.github.kristofa.test.http.file with parameters of type HttpResponse
 void HttpResponseFileWriter.write(HttpResponse response, File httpResponseFile, File httpResponseEntityFile)
          Writes a HttpResponse to file.
 



Copyright © 2014. All Rights Reserved.