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 HttpResponseProxy.consume()
          Consumes HttpResponse.
 HttpResponse DefaultHttpResponseProxy.consume()
           
 HttpResponse HttpResponseProxy.getResponse()
          Gets HttpResponse.
 HttpResponse DefaultHttpResponseProxy.getResponse()
           
 HttpResponse HttpResponseProvider.getResponse(HttpRequest request)
          Gets expected response for given request.
 HttpResponse AbstractHttpResponseProvider.getResponse(HttpRequest request)
          Gets expected response for given request.
 HttpResponse HttpRequestMatchingContextImpl.response()
          Initial response which can have been modified in the meanwhile.
 HttpResponse HttpRequestMatchingContext.response()
          Initial response which can have been modified in the meanwhile.
 

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.
 

Constructors in com.github.kristofa.test.http with parameters of type HttpResponse
DefaultHttpResponseProxy(HttpResponse response)
           
HttpRequestMatchingContextImpl(HttpRequest originalRequest, HttpRequest otherRequest, HttpResponse response)
          Create a new instance.
 

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

Methods in com.github.kristofa.test.http.file that return HttpResponse
 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.