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 classAbstractHttpClientDeprecated.(4.3) useHttpClientBuilder.classContentEncodingHttpClientDeprecated.(4.2) useHttpClientBuilderclassDefaultHttpClientDeprecated.(4.3) useHttpClientBuildersee alsoCloseableHttpClient.(package private) classInternalHttpClientInternal class.(package private) classMinimalHttpClientInternal class.classSystemDefaultHttpClientDeprecated.(4.3) useHttpClientBuilderMethods in org.apache.http.impl.client that return CloseableHttpClient Modifier and Type Method Description CloseableHttpClientHttpClientBuilder. build()static CloseableHttpClientHttpClients. createDefault()CreatesCloseableHttpClientinstance with default configuration.static CloseableHttpClientHttpClients. createMinimal()CreatesCloseableHttpClientinstance that implements the most basic HTTP protocol support.static CloseableHttpClientHttpClients. createMinimal(HttpClientConnectionManager connManager)CreatesCloseableHttpClientinstance that implements the most basic HTTP protocol support.static CloseableHttpClientHttpClients. createSystem()CreatesCloseableHttpClientinstance 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 CloseableHttpClientCachingHttpClients. createFileBound(java.io.File cacheDir)CreatesCloseableHttpClientinstance that uses a file system bound response cache.static CloseableHttpClientCachingHttpClients. createMemoryBound()CreatesCloseableHttpClientinstance that uses a memory bound response cache.
-