Package | Description |
---|---|
org.apache.http.impl.client |
Default HTTP client implementation.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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–2022 The Apache Software Foundation. All rights reserved.