Uses of Class
org.apache.http.impl.client.CloseableHttpClient

Packages that use CloseableHttpClient
org.apache.http.client.utils Helpers and utility classes for HttpClient
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
org.apache.http.impl.client.cache This package contains a cache module that can be used for HTTP/1.1 client-side caching. 
 

Uses of CloseableHttpClient in org.apache.http.client.utils
 

Methods in org.apache.http.client.utils with parameters of type CloseableHttpClient
static void HttpClientUtils.closeQuietly(CloseableHttpClient httpClient)
          Unconditionally close a httpClient.
 

Uses of CloseableHttpClient in org.apache.http.impl.client
 

Subclasses of CloseableHttpClient in org.apache.http.impl.client
 class AbstractHttpClient
          Deprecated. (4.3) use HttpClientBuilder.
 class ContentEncodingHttpClient
          Deprecated. (4.2) use HttpClientBuilder
 class DefaultHttpClient
          Deprecated. (4.3) use HttpClientBuilder.
 class SystemDefaultHttpClient
          Deprecated. (4.3) use HttpClientBuilder
 

Methods in org.apache.http.impl.client that return CloseableHttpClient
 CloseableHttpClient HttpClientBuilder.build()
           
static CloseableHttpClient HttpClients.createDefault()
           
static CloseableHttpClient HttpClients.createMinimal()
           
static CloseableHttpClient HttpClients.createMinimal(HttpClientConnectionManager connManager)
           
static CloseableHttpClient HttpClients.createSystem()
           
 

Uses of CloseableHttpClient in org.apache.http.impl.client.cache
 

Methods in org.apache.http.impl.client.cache that return CloseableHttpClient
static CloseableHttpClient CachingHttpClients.createFileBound(File cacheDir)
           
static CloseableHttpClient CachingHttpClients.createMemoryBound()
           
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.