| Package | Description |
|---|---|
| org.apache.http.client.utils |
Helpers and utility classes for HttpClient.
|
| org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client. |
| Class and Description |
|---|
| CloseableHttpClient
Minimal implementation of
HttpClient that also implements Closeable. |
| Class and Description |
|---|
| AbstractAuthenticationHandler
Deprecated.
(4.2) use
AuthenticationStrategy |
| AbstractHttpClient
Deprecated.
(4.3) use
HttpClientBuilder. |
| ClientParamsStack
Deprecated.
(4.3) use
DefaultedHttpParams |
| CloseableHttpClient
Minimal implementation of
HttpClient that also implements Closeable. |
| DefaultConnectionKeepAliveStrategy
Default implementation of a strategy deciding duration
that a connection can remain idle.
|
| DefaultHttpClient
Deprecated.
(4.3) use
HttpClientBuilder. |
| DefaultHttpRequestRetryHandler
The default
HttpRequestRetryHandler used by request executors. |
| DefaultRedirectStrategy
Default implementation of
RedirectStrategy. |
| DefaultUserTokenHandler
Default implementation of
UserTokenHandler. |
| FutureRequestExecutionMetrics
Collection of different counters used to gather metrics for
FutureRequestExecutionService. |
HttpClientBuilder
HttpClient builder. |
| HttpRequestFutureTask
FutureTask implementation that wraps a HttpAsyncClientCallable and exposes various task
specific metrics.
|
| NoopUserTokenHandler
Noop implementation of
UserTokenHandler that always returns null. |
| ProxyAuthenticationStrategy
Default
AuthenticationStrategy implementation for proxy host authentication. |
| RequestWrapper
Deprecated.
(4.3) do not use.
|
| RoutedRequest
Deprecated.
(4.3) do not use.
|
| TargetAuthenticationStrategy
Default
AuthenticationStrategy implementation for proxy host authentication. |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.