Uses of Interface
com.github.kristofa.test.http.client.HttpClientResponse

Packages that use HttpClientResponse
com.github.kristofa.test.http.client Defines a HttpClient interface and an implementation that adapts to using the Apache HttpClient. 
 

Uses of HttpClientResponse in com.github.kristofa.test.http.client
 

Methods in com.github.kristofa.test.http.client that return HttpClientResponse
 HttpClientResponse<InputStream> HttpClient.execute(FullHttpRequest request)
          Executes a HTTP request and returns response.
 HttpClientResponse<InputStream> ApacheHttpClientImpl.execute(FullHttpRequest request)
          Executes a HTTP request and returns response.
 



Copyright © 2014. All Rights Reserved.