| Package | Description |
|---|---|
| org.apache.http.client.utils |
Client utility classes.
|
| org.apache.http.impl.client |
Default HTTP client implementation.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
HttpClientUtils.closeQuietly(HttpClient httpClient) |
Unconditionally close a httpClient.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractHttpClient |
Deprecated.
(4.3) use
HttpClientBuilder. |
class |
AutoRetryHttpClient |
Deprecated.
(4.3) use
HttpClientBuilder. |
class |
CloseableHttpClient |
Base implementation of
HttpClient that also implements Closeable. |
class |
ContentEncodingHttpClient |
Deprecated.
(4.2) use
HttpClientBuilder |
class |
DecompressingHttpClient |
Deprecated.
(4.3) use
HttpClientBuilder |
class |
DefaultHttpClient |
Deprecated.
(4.3) use
HttpClientBuilder see also CloseableHttpClient. |
class |
SystemDefaultHttpClient |
Deprecated.
(4.3) use
HttpClientBuilder |
| Modifier and Type | Method | Description |
|---|---|---|
HttpClient |
DecompressingHttpClient.getHttpClient() |
Deprecated.
Gets the HttpClient to issue request.
|
| Constructor | Description |
|---|---|
AutoRetryHttpClient(HttpClient client) |
Deprecated.
Constructs a
AutoRetryHttpClient with default caching settings that
stores cache entries in memory and uses the given HttpClient for
backend requests. |
AutoRetryHttpClient(HttpClient client,
ServiceUnavailableRetryStrategy retryStrategy) |
Deprecated.
|
DecompressingHttpClient(HttpClient backend) |
Deprecated.
Constructs a decorator to ask for and handle compressed
entities on the fly.
|
FutureRequestExecutionService(HttpClient httpclient,
java.util.concurrent.ExecutorService executorService) |
Create a new FutureRequestExecutionService.
|