Uses of Class
org.apache.http.impl.client.CloseableHttpClient
-
Packages that use CloseableHttpClient Package Description org.apache.http.impl.client Default HTTP client implementation.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.impl.client
Subclasses of CloseableHttpClient in org.apache.http.impl.client Modifier and Type Class Description class
AbstractHttpClient
Deprecated.(4.3) useHttpClientBuilder
.class
ContentEncodingHttpClient
Deprecated.(4.2) useHttpClientBuilder
class
DefaultHttpClient
Deprecated.(4.3) useHttpClientBuilder
see alsoCloseableHttpClient
.(package private) class
InternalHttpClient
Internal class.(package private) class
MinimalHttpClient
Internal class.class
SystemDefaultHttpClient
Deprecated.(4.3) useHttpClientBuilder
Methods in org.apache.http.impl.client that return CloseableHttpClient Modifier and Type Method Description CloseableHttpClient
HttpClientBuilder. build()
static CloseableHttpClient
HttpClients. createDefault()
CreatesCloseableHttpClient
instance with default configuration.static CloseableHttpClient
HttpClients. createMinimal()
CreatesCloseableHttpClient
instance that implements the most basic HTTP protocol support.static CloseableHttpClient
HttpClients. createMinimal(HttpClientConnectionManager connManager)
CreatesCloseableHttpClient
instance that implements the most basic HTTP protocol support.static CloseableHttpClient
HttpClients. createSystem()
CreatesCloseableHttpClient
instance with default configuration based on system properties. -
Uses of CloseableHttpClient in org.apache.http.impl.client.cache
Methods in org.apache.http.impl.client.cache that return CloseableHttpClient Modifier and Type Method Description static CloseableHttpClient
CachingHttpClients. createFileBound(java.io.File cacheDir)
CreatesCloseableHttpClient
instance that uses a file system bound response cache.static CloseableHttpClient
CachingHttpClients. createMemoryBound()
CreatesCloseableHttpClient
instance that uses a memory bound response cache.
-