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 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.
-