| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpClient | |
|---|---|
| org.apache.http.client.utils | Client utility classes. | 
| org.apache.http.impl.client | Default HTTP client implementation. | 
| Uses of HttpClient in org.apache.http.client.utils | 
|---|
| Methods in org.apache.http.client.utils with parameters of type HttpClient | |
|---|---|
| static void | HttpClientUtils.closeQuietly(HttpClient httpClient)Unconditionally close a httpClient. | 
| Uses of HttpClient in org.apache.http.impl.client | 
|---|
| Classes in org.apache.http.impl.client that implement HttpClient | |
|---|---|
|  class | AbstractHttpClientDeprecated. (4.3) use HttpClientBuilder. | 
|  class | AutoRetryHttpClientDeprecated. (4.3) use HttpClientBuilder. | 
|  class | CloseableHttpClientBase implementation of HttpClientthat also implementsCloseable. | 
|  class | ContentEncodingHttpClientDeprecated. (4.2) use HttpClientBuilder | 
|  class | DecompressingHttpClientDeprecated. (4.3) use HttpClientBuilder | 
|  class | DefaultHttpClientDeprecated. (4.3) use HttpClientBuildersee alsoCloseableHttpClient. | 
|  class | SystemDefaultHttpClientDeprecated. (4.3) use HttpClientBuilder | 
| Methods in org.apache.http.impl.client that return HttpClient | |
|---|---|
|  HttpClient | DecompressingHttpClient.getHttpClient()Deprecated. Gets the HttpClient to issue request. | 
| Constructors in org.apache.http.impl.client with parameters of type HttpClient | |
|---|---|
| AutoRetryHttpClient(HttpClient client)Deprecated. Constructs a AutoRetryHttpClientwith default caching settings that
 stores cache entries in memory and uses the givenHttpClientfor
 backend requests. | |
| AutoRetryHttpClient(HttpClient client,
                    ServiceUnavailableRetryStrategy retryStrategy)Deprecated. | |
| DecompressingHttpClient(HttpClient backend)Deprecated. Constructs a decorator to ask for and handle compressed entities on the fly. | |
| FutureRequestExecutionService(HttpClient httpclient,
                              ExecutorService executorService)Create a new FutureRequestExecutionService. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||