Uses of Class
org.apache.http.impl.client.CloseableHttpClient
-
Packages that use CloseableHttpClient Package Description org.apache.http.impl.client Default HTTP client implementation. -
-
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
.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.
-