| Name | Description | Type | Package | Framework |
| AbstractAuthenticationHandler | Base class for AuthenticationHandler implementations. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| AbstractHttpClient | Base class for HttpClient implementations. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| AIMDBackoffManager | The AIMDBackoffManager applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| AutoRetryHttpClient | HttpClient implementation that can automatically retry the request in case of a non-2xx response using the ServiceUnavailableRetryStrategy interface. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| BasicAuthCache | Default implementation of AuthCache. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| BasicCookieStore | Default implementation of CookieStoreSince:4. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| BasicCredentialsProvider | Default implementation of CredentialsProvider. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| BasicResponseHandler | A ResponseHandler that returns the response body as a String for successful (2xx) responses. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| ClientParamsStack | Represents a stack of parameter collections. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| CloseableHttpClient | Base implementation of HttpClient that also implements Closeable. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| ContentEncodingHttpClient | DefaultHttpClient sub-class which includes a RequestAcceptEncoding for the request and response. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DecompressingHttpClient | Decorator adding support for compressed responses. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultBackoffStrategy | This ConnectionBackoffStrategy backs off either for a raw network socket or connection timeout or if the server explicitly | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultConnectionKeepAliveStrategy | Default implementation of a strategy deciding duration that a connection can remain idle. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultHttpClient | Default implementation of HttpClient pre-configured for most common use scenarios. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultHttpRequestRetryHandler | The default HttpRequestRetryHandler used by request executors. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultProxyAuthenticationHandler | Default AuthenticationHandler implementation for proxy host authentication. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultRedirectHandler | Default implementation of RedirectHandler. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultRedirectStrategy | Default implementation of RedirectStrategy. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultRequestDirector | Default implementation of RequestDirector. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultServiceUnavailableRetryStrategy | Default implementation of the ServiceUnavailableRetryStrategy interface. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultTargetAuthenticationHandler | Default AuthenticationHandler implementation for target host authentication. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultUserTokenHandler | Default implementation of UserTokenHandler. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| EntityEnclosingRequestWrapper | A wrapper class for HttpEntityEnclosingRequests that can be used to change properties of the current request without | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| FutureRequestExecutionMetrics | Collection of different counters used to gather metrics for FutureRequestExecutionService. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| FutureRequestExecutionService | HttpAsyncClientWithFuture wraps calls to execute with a HttpRequestFutureTask and schedules them using the provided executor service. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| HttpAuthenticator | | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| HttpClientBuilder | Builder for CloseableHttpClient instances. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| HttpClients | Factory methods for CloseableHttpClient instances. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| HttpRequestFutureTask | | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| LaxRedirectStrategy | Lax RedirectStrategy implementation that automatically redirects all HEAD, GET and POST requests. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| NoopUserTokenHandler | Noop implementation of UserTokenHandler that always returns null. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| NullBackoffStrategy | This is a ConnectionBackoffStrategy that never backs off, for compatibility with existing behavior. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| ProxyAuthenticationStrategy | Default AuthenticationStrategy implementation for proxy host authentication. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| ProxyClient | ProxyClient can be used to establish a tunnel via an HTTP proxy. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| RedirectLocations | This class represents a collection of URIs used as redirect locations. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| RequestWrapper | A wrapper class for HttpRequests that can be used to change properties of the current request without modifying the original | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| RoutedRequest | A request with the route along which it should be sent. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| StandardHttpRequestRetryHandler | HttpRequestRetryHandler which assumes that all requested HTTP methods which should be idempotent according | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| SystemDefaultCredentialsProvider | | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| SystemDefaultHttpClient | An extension of DefaultHttpClient pre-configured using system properties. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| TargetAuthenticationStrategy | Default AuthenticationStrategy implementation for proxy host authentication. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| TunnelRefusedException | Signals that the tunnel request was rejected by the proxy host. | Class | org.apache.http.impl.client | Apache HttpComponents |