| Package | Description |
|---|---|
| org.apache.http.impl.client |
Default HTTP client implementation.
|
| Modifier and Type | Class | 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 | 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. |