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 TypeClassDescriptionclassDeprecated.classDeprecated.(4.2) useHttpClientBuilderclassDeprecated.(4.3) useHttpClientBuildersee alsoCloseableHttpClient.(package private) classInternal class.(package private) classInternal class.classDeprecated.(4.3) useHttpClientBuilderMethods in org.apache.http.impl.client that return CloseableHttpClientModifier and TypeMethodDescriptionHttpClientBuilder.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.
HttpClientBuilder.