| Name | Description | Type | Package | Framework |
| AbortableHttpRequest | Interface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection. | Interface | org.apache.http.client.methods | Apache HttpComponents |
|
| AbstractExecutionAwareRequest | | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| AllClientPNames | Collected parameter names for the HttpClient module. | Interface | org.apache.http.client.params | Apache HttpComponents |
|
| AuthCache | Abstract AuthScheme cache. | Interface | org.apache.http.client | Apache HttpComponents |
|
| AuthenticationHandler | A handler for determining if an HTTP response represents an authentication challenge that was sent back to the client as a result of authentication | Interface | org.apache.http.client | Apache HttpComponents |
|
| AuthenticationStrategy | A handler for determining if an HTTP response represents an authentication challenge that was sent back to the client as a result of authentication failure. | Interface | org.apache.http.client | Apache HttpComponents |
|
| AuthPolicy | Standard authentication schemes supported by HttpClient. | Class | org.apache.http.client.params | Apache HttpComponents |
|
| AuthSchemes | Standard authentication schemes supported by HttpClient. | Class | org.apache.http.client.config | Apache HttpComponents |
|
| BackoffManager | Represents a controller that dynamically adjusts the size of an available connection pool based on feedback from | Interface | org.apache.http.client | Apache HttpComponents |
|
| CircularRedirectException | Signals a circular redirectSince:4. | Class | org.apache.http.client | Apache HttpComponents |
|
| ClientContext | HttpContext attribute names for client side HTTP protocol processing. | Interface | org.apache.http.client.protocol | Apache HttpComponents |
|
| ClientContextConfigurer | Configuration facade for HttpContext instances. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| ClientParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP client parameters using | Class | org.apache.http.client.params | Apache HttpComponents |
|
| ClientPNames | Parameter names for HTTP client parameters. | Interface | org.apache.http.client.params | Apache HttpComponents |
|
| ClientProtocolException | Signals an error in the HTTP protocol. | Class | org.apache.http.client | Apache HttpComponents |
|
| CloneUtils | A collection of utilities to workaround limitations of Java clone framework. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| CloseableHttpResponse | | Interface | org.apache.http.client.methods | Apache HttpComponents |
|
| Configurable | Configuration interface for HTTP requests. | Interface | org.apache.http.client.methods | Apache HttpComponents |
|
| ConnectionBackoffStrategy | When managing a dynamic number of connections for a given route, this strategy assesses whether a given request execution outcome should | Interface | org.apache.http.client | Apache HttpComponents |
|
| CookiePolicy | Standard cookie specifications supported by HttpClient. | Class | org.apache.http.client.params | Apache HttpComponents |
|
| CookieSpecs | Standard cookie specifications supported by HttpClient. | Class | org.apache.http.client.config | Apache HttpComponents |
|
| CookieStore | | Interface | org.apache.http.client | Apache HttpComponents |
|
| CredentialsProvider | Abstract credentials provider that maintains a collection of user Implementations of this interface must be thread-safe. | Interface | org.apache.http.client | Apache HttpComponents |
|
| DateUtils | A utility class for parsing and formatting HTTP dates as used in cookies and other headers. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| DeflateDecompressingEntity | HttpEntityWrapper responsible for handling deflate Content Coded responses. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| DeflateInputStream | Deflate input stream. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| EntityBuilder | Builder for HttpEntity instances. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| GzipCompressingEntity | Wrapping entity that compresses content when writing. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| GzipDecompressingEntity | HttpEntityWrapper for handling gzip Content Coded responses. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| HttpClient | This interface represents only the most basic contract for HTTP request execution. | Interface | org.apache.http.client | Apache HttpComponents |
|
| HttpClientContext | Adaptor class that provides convenience type safe setters and getters for common HttpContext attributes used in the course | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| HttpClientParamConfig | | Class | org.apache.http.client.params | Apache HttpComponents |
|
| HttpClientParams | An adaptor for manipulating HTTP client parameters in HttpParams. | Class | org.apache.http.client.params | Apache HttpComponents |
|
| HttpClientUtils | Convenience methods for closing response and client objects. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| HttpDelete | The HTTP DELETE method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpEntityEnclosingRequestBase | Basic implementation of an entity enclosing HTTP request that can be modified | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpExecutionAware | Interface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled. | Interface | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpGet | The HTTP GET method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpHead | The HTTP HEAD method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpOptions | HTTP OPTIONS method. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpPatch | The HTTP PATCH method is defined in RF5789: The PATCH method requests that a set of changes described in the request entity be | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpPost | The HTTP POST method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpPut | The HTTP PUT method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpRequestBase | Base implementation of HttpUriRequest. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpRequestRetryHandler | A handler for determining if an HttpRequest should be retried after a recoverable exception during execution. | Interface | org.apache.http.client | Apache HttpComponents |
|
| HttpRequestWrapper | A wrapper class for HttpRequest that can be used to change properties of the current request without modifying the original object. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpResponseException | Signals a non 2xx HTTP response. | Class | org.apache.http.client | Apache HttpComponents |
|
| HttpTrace | The HTTP TRACE method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpUriRequest | | Interface | org.apache.http.client.methods | Apache HttpComponents |
|
| Idn | Abstraction of international domain name (IDN) conversion. | Interface | org.apache.http.client.utils | Apache HttpComponents |
|
| JdkIdn | Uses the java. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| NonRepeatableRequestException | Signals failure to retry the request due to non-repeatable requestSince:4. | Class | org.apache.http.client | Apache HttpComponents |
|
| Punycode | Facade that provides conversion between Unicode and Punycode domain names. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| RedirectException | Signals violation of HTTP specification caused by an invalid redirectSince:4. | Class | org.apache.http.client | Apache HttpComponents |
|
| RedirectHandler | A handler for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target | Interface | org.apache.http.client | Apache HttpComponents |
|
| RedirectStrategy | A strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target | Interface | org.apache.http.client | Apache HttpComponents |
|
| RequestAcceptEncoding | Class responsible for handling Content Encoding requests in HTTP. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestAddCookies | Request interceptor that matches cookies available in the current CookieStore to the request being executed and generates | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestAuthCache | Request interceptor that can preemptively authenticate against known hosts, if there is a cached AuthScheme instance in the local | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestBuilder | Builder for HttpUriRequest instances. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| RequestClientConnControl | This protocol interceptor is responsible for adding Connection or Proxy-Connection headers to the outgoing requests, which | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestConfig | | Class | org.apache.http.client.config | Apache HttpComponents |
|
| RequestConfig .Builder | | Class | org.apache.http.client.config.RequestConfig | Apache HttpComponents |
|
| RequestDefaultHeaders | Request interceptor that adds default request headers. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestDirector | A client-side request director. | Interface | org.apache.http.client | Apache HttpComponents |
|
| RequestExpectContinue | RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestProxyAuthentication | Generates authentication header for the proxy host, if required, based on the actual state of the HTTP authentication context. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestTargetAuthentication | Generates authentication header for the target host, if required, based on the actual state of the HTTP authentication context. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| ResponseAuthCache | Response interceptor that adds successfully completed AuthSchemes to the local AuthCache instance. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| ResponseContentEncoding | HttpResponseInterceptor responsible for processing Content-Encoding Instances of this class are stateless and immutable, therefore threadsafe. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| ResponseHandler | Handler that encapsulates the process of generating a response object from a HttpResponse. | Interface | org.apache.http.client | Apache HttpComponents |
|
| ResponseProcessCookies | Response interceptor that populates the current CookieStore with data contained in response cookies received in the given the HTTP response. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| Rfc3492Idn | | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| ServiceUnavailableRetryStrategy | Strategy interface that allows API users to plug in their own logic to control whether or not a retry should automatically be done, how many times | Interface | org.apache.http.client | Apache HttpComponents |
|
| URIBuilder | Builder for URI instances. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| URIUtils | A collection of utilities for URIs, to workaround bugs within the class or for ease-of-use features. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| UrlEncodedFormEntity | An entity composed of a list of url-encoded pairs. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| URLEncodedUtils | A collection of utilities for encoding URLs. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| UserTokenHandler | A handler for determining if the given execution context is user specific or not. | Interface | org.apache.http.client | Apache HttpComponents |