Uses of Class
org.apache.http.impl.client.CloseableHttpClient
Packages that use CloseableHttpClient
-
Uses of CloseableHttpClient in org.apache.http.impl.client
Subclasses of CloseableHttpClient in org.apache.http.impl.clientModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.(4.2) useHttpClientBuilder
class
Deprecated.(4.3) useHttpClientBuilder
see alsoCloseableHttpClient
.class
Deprecated.(4.3) useHttpClientBuilder
Methods in org.apache.http.impl.client that return CloseableHttpClientModifier and TypeMethodDescriptionHttpClientBuilder.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.
HttpClientBuilder
.