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

Packages that use CloseableHttpClient
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
 class AbstractHttpClient
          Deprecated. (4.3) use HttpClientBuilder.
 class ContentEncodingHttpClient
          Deprecated. (4.2) use HttpClientBuilder
 class DefaultHttpClient
          Deprecated. (4.3) use HttpClientBuilder see also CloseableHttpClient.
 class SystemDefaultHttpClient
          Deprecated. (4.3) use HttpClientBuilder
 

Methods in org.apache.http.impl.client that return CloseableHttpClient
 CloseableHttpClient HttpClientBuilder.build()
           
static CloseableHttpClient HttpClients.createDefault()
          Creates CloseableHttpClient instance with default configuration.
static CloseableHttpClient HttpClients.createMinimal()
          Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
static CloseableHttpClient HttpClients.createMinimal(HttpClientConnectionManager connManager)
          Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
static CloseableHttpClient HttpClients.createSystem()
          Creates CloseableHttpClient instance with default configuration based on system properties.
 



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.