| Name | Description | Type | Package | Framework |
| AbstractHttpClientConnection | Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and | Class | apache.http.impl | Apache HttpComponents |
|
| AbstractHttpServerConnection | Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and | Class | apache.http.impl | Apache HttpComponents |
|
| AbstractMessageParser | Abstract base class for HTTP message parsers that obtain input from an instance of SessionInputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| AbstractMessageWriter | Abstract base class for HTTP message writers that serialize output to an instance of SessionOutputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| AbstractSessionInputBuffer | Abstract base class for session input buffers that stream data from an arbitrary InputStream. | Class | apache.http.impl.io | Apache HttpComponents |
|
| AbstractSessionOutputBuffer | Abstract base class for session output buffers that stream data to an arbitrary OutputStream. | Class | apache.http.impl.io | Apache HttpComponents |
|
| BasicConnFactory | A very basic ConnFactory implementation that creates HttpClientConnection instances given a HttpHost instance. | Class | apache.http.impl.pool | Apache HttpComponents |
|
| BasicConnPool | A very basic ConnPool implementation that represents a pool of blocking HttpClientConnection connections | Class | apache.http.impl.pool | Apache HttpComponents |
|
| BasicPoolEntry | A very basic PoolEntry implementation that represents an entry in a pool of blocking HttpClientConnections identified by | Class | apache.http.impl.pool | Apache HttpComponents |
|
| BHttpConnectionBase | This class serves as a base for all HttpConnection implementations and provides functionality common to both client and server HTTP connections. | Class | apache.http.impl | Apache HttpComponents |
|
| ChunkedInputStream | Entities transferred using this input stream can be of unlimited length. | Class | apache.http.impl.io | Apache HttpComponents |
|
| ChunkedOutputStream | Entities transferred using this output stream can be of unlimited length. | Class | apache.http.impl.io | Apache HttpComponents |
|
| ConnSupport | Connection support methods. | Class | apache.http.impl | Apache HttpComponents |
|
| ContentLengthInputStream | Input stream that cuts off after a defined number of bytes. | Class | apache.http.impl.io | Apache HttpComponents |
|
| ContentLengthOutputStream | Output stream that cuts off after a defined number of bytes. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultBHttpClientConnection | Default implementation of HttpClientConnection. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultBHttpClientConnectionFactory | Default factory for HttpClientConnections. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultBHttpServerConnection | Default implementation of HttpServerConnection. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultBHttpServerConnectionFactory | Default factory for HttpServerConnections. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultConnectionReuseStrategy | Default implementation of a strategy deciding about connection re-use. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultHttpClientConnection | Default implementation of a client-side HTTP connection. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultHttpRequestFactory | Default factory for creating HttpRequest objects. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultHttpRequestParser | HTTP request parser that obtain its input from an instance of SessionInputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpRequestParserFactory | Default factory for request message parsers. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpRequestWriter | HTTP request writer that serializes its output to an instance of SessionOutputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpRequestWriterFactory | Default factory for request message writers. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpResponseFactory | Default factory for creating HttpResponse objects. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultHttpResponseParser | HTTP response parser that obtain its input from an instance of SessionInputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpResponseParserFactory | Default factory for response message parsers. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpResponseWriter | HTTP response writer that serializes its output to an instance of SessionOutputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpResponseWriterFactory | Default factory for response message writers. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpServerConnection | Default implementation of a server-side HTTP connection. | Class | apache.http.impl | Apache HttpComponents |
|
| DisallowIdentityContentLengthStrategy | Decorator for ContentLengthStrategy implementations that disallows the use of identity transfer encoding. | Class | apache.http.impl.entity | Apache HttpComponents |
|
| EmptyInputStream | | Class | apache.http.impl.io | Apache HttpComponents |
|
| EnglishReasonPhraseCatalog | English reason phrases for HTTP status codes. | Class | apache.http.impl | Apache HttpComponents |
|
| EntityDeserializer | HTTP entity deserializer. | Class | apache.http.impl.entity | Apache HttpComponents |
|
| EntitySerializer | HTTP entity serializer. | Class | apache.http.impl.entity | Apache HttpComponents |
|
| HttpConnectionMetricsImpl | Default implementation of the HttpConnectionMetrics interface. | Class | apache.http.impl | Apache HttpComponents |
|
| HttpRequestParser | HTTP request parser that obtain its input from an instance of SessionInputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| HttpRequestWriter | HTTP request writer that serializes its output to an instance of SessionOutputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| HttpResponseParser | HTTP response parser that obtain its input from an instance of SessionInputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| HttpResponseWriter | HTTP response writer that serializes its output to an instance of SessionOutputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| HttpServer | | Class | apache.http.impl.bootstrap | Apache HttpComponents |
|
| HttpTransportMetricsImpl | Default implementation of HttpTransportMetrics. | Class | apache.http.impl.io | Apache HttpComponents |
|
| IdentityInputStream | Input stream that reads data without any transformation. | Class | apache.http.impl.io | Apache HttpComponents |
|
| IdentityOutputStream | Output stream that writes data without any transformation. | Class | apache.http.impl.io | Apache HttpComponents |
|
| LaxContentLengthStrategy | The lax implementation of the content length strategy. | Class | apache.http.impl.entity | Apache HttpComponents |
|
| NoConnectionReuseStrategy | A strategy that never re-uses a connection. | Class | apache.http.impl | Apache HttpComponents |
|
| ServerBootstrap | | Class | apache.http.impl.bootstrap | Apache HttpComponents |
|
| SessionInputBufferImpl | Abstract base class for session input buffers that stream data from an arbitrary InputStream. | Class | apache.http.impl.io | Apache HttpComponents |
|
| SessionOutputBufferImpl | Abstract base class for session output buffers that stream data to an arbitrary OutputStream. | Class | apache.http.impl.io | Apache HttpComponents |
|
| SocketHttpClientConnection | | Class | apache.http.impl | Apache HttpComponents |
|
| SocketHttpServerConnection | | Class | apache.http.impl | Apache HttpComponents |
|
| SocketInputBuffer | | Class | apache.http.impl.io | Apache HttpComponents |
|
| SocketOutputBuffer | | Class | apache.http.impl.io | Apache HttpComponents |
|
| SSLServerSetupHandler | Server SSL setup handler. | Interface | apache.http.impl.bootstrap | Apache HttpComponents |
|
| StrictContentLengthStrategy | The strict implementation of the content length strategy. | Class | apache.http.impl.entity | Apache HttpComponents |
|
| AbstractAuthenticationHandler | Base class for AuthenticationHandler implementations. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| AbstractClientConnAdapter | Abstract adapter from operated to managed client connections. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| AbstractConnPool | An abstract connection pool. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| AbstractCookieAttributeHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| AbstractCookieSpec | Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| AbstractHttpClient | Base class for HttpClient implementations. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| AbstractPooledConnAdapter | Abstract adapter from pool entries to client connections. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| AbstractPoolEntry | A pool entry for use by connection manager implementations. | Class | org.apache.http.impl.conn | 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 |
|
| AuthSchemeBase | Abstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient. | Class | org.apache.http.impl.auth | 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 |
|
| BackoffStrategyExec | | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| BasicAuthCache | Default implementation of AuthCache. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| BasicClientConnectionManager | A connection manager for a single connection. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| BasicClientCookie | Default implementation of SetCookie. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicClientCookie2 | Default implementation of SetCookie2. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicCommentHandler | | Class | org.apache.http.impl.cookie | 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 |
|
| BasicDomainHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicExpiresHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicHttpClientConnectionManager | A connection manager for a single connection. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| BasicMaxAgeHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicPathHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicPooledConnAdapter | A connection wrapper and callback handler. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| BasicPoolEntry | Basic implementation of a connection pool entry. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| BasicPoolEntryRef | A weak reference to a BasicPoolEntry. | Class | org.apache.http.impl.conn.tsccm | 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 |
|
| BasicScheme | Basic authentication scheme as defined in RFC 2617. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| BasicSchemeFactory | AuthSchemeProvider implementation that creates and initializes BasicScheme instances. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| BasicSecureHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BestMatchSpec | 'Meta' cookie specification that picks up a cookie policy based on the format of cookies sent with the HTTP response. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BestMatchSpecFactory | CookieSpecProvider implementation that creates and initializes BestMatchSpec instances. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BrowserCompatSpec | Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BrowserCompatSpecFactory | CookieSpecProvider implementation that creates and initializes BrowserCompatSpec instances. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BrowserCompatSpecFactory .SecurityLevel | | Class | org.apache.http.impl.cookie.BrowserCompatSpecFactory | Apache HttpComponents |
|
| BrowserCompatVersionAttributeHandler | Version cookie attribute handler for BrowserCompat cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| ClientExecChain | This interface represents an element in the HTTP request execution chain. | Interface | org.apache.http.impl.execchain | 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 |
|
| ConnectionShutdownException | Signals that the connection has been shut down or released back to the the connection pool | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| ConnPoolByRoute | A connection pool that maintains connections by route. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| ContentEncodingHttpClient | DefaultHttpClient sub-class which includes a RequestAcceptEncoding for the request and response. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| CookieSpecBase | Cookie management functions shared by all specification. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| DateParseException | An exception to indicate an error parsing a date string. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| DateUtils | A utility class for parsing and formatting HTTP dates as used in cookies and other headers. | Class | org.apache.http.impl.cookie | 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 |
|
| DefaultClientConnection | Default implementation of an operated client connection. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultClientConnectionOperator | Default implementation of a ClientConnectionOperator. | Class | org.apache.http.impl.conn | 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 |
|
| DefaultHttpResponseParser | Lenient HTTP response parser implementation that can skip malformed data until a valid HTTP response message head is encountered. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultHttpResponseParserFactory | Default factory for response message parsers. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultHttpRoutePlanner | Default implementation of an HttpRoutePlanner. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultManagedHttpClientConnection | Default ManagedHttpClientConnection implementation. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultProxyAuthenticationHandler | Default AuthenticationHandler implementation for proxy host authentication. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultProxyRoutePlanner | that routes requests through a default proxy. | Class | org.apache.http.impl.conn | 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 |
|
| DefaultResponseParser | Default HTTP response parser implementation. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultRoutePlanner | Default implementation of an HttpRoutePlanner. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultSchemePortResolver | Default SchemePortResolver. | Class | org.apache.http.impl.conn | 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 |
|
| DigestScheme | Digest authentication scheme as defined in RFC 2617. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| DigestSchemeFactory | AuthSchemeProvider implementation that creates and initializes DigestScheme instances. | Class | org.apache.http.impl.auth | 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 |
|
| GGSSchemeBase | | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| HttpAuthenticator | | Class | org.apache.http.impl.auth | 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 |
|
| IdleConnectionHandler | A helper class for connection managers to track idle connections. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| IgnoreSpec | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| IgnoreSpecFactory | CookieSpecProvider implementation that ignores all cookies. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| InMemoryDnsResolver | In-memory DnsResolver implementation. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| KerberosScheme | KERBEROS authentication scheme. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| KerberosSchemeFactory | AuthSchemeProvider implementation that creates and initializes KerberosScheme instances. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| LaxRedirectStrategy | Lax RedirectStrategy implementation that automatically redirects all HEAD, GET and POST requests. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| LoggingSessionInputBuffer | Logs all data read to the wire LOG. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| LoggingSessionOutputBuffer | Logs all data written to the wire LOG. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| MainClientExec | The last request executor in the HTTP request execution chain that is responsible for execution of request / response | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| ManagedHttpClientConnectionFactory | Factory for ManagedHttpClientConnection instances. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| MinimalClientExec | Request executor that implements the most fundamental aspects of the HTTP specification and the most straight-forward request / response | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| NegotiateScheme | | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| NegotiateSchemeFactory | | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| NetscapeDomainHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| NetscapeDraftHeaderParser | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| NetscapeDraftSpec | This CookieSpec implementation conforms to the original draft specification published by Netscape Communications. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| NetscapeDraftSpecFactory | CookieSpecProvider implementation that creates and initializes NetscapeDraftSpec instances. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| NoopUserTokenHandler | Noop implementation of UserTokenHandler that always returns null. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| NTLMEngine | Abstract NTLM authentication engine. | Interface | org.apache.http.impl.auth | Apache HttpComponents |
|
| NTLMEngineException | Signals NTLM protocol failure. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| NTLMScheme | NTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| NTLMSchemeFactory | AuthSchemeProvider implementation that creates and initializes NTLMScheme instances configured to use the default NTLMEngine | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| NullBackoffStrategy | This is a ConnectionBackoffStrategy that never backs off, for compatibility with existing behavior. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| PoolEntryRequest | Encapsulates a request for a BasicPoolEntry. | Interface | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| PoolingClientConnectionManager | Manages a pool of OperatedClientConnection and is able to service connection requests from multiple execution threads. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| PoolingHttpClientConnectionManager | ClientConnectionPoolManager maintains a pool of HttpClientConnections and is able to service connection requests | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| ProtocolExec | Request executor in the request execution chain that is responsible for implementation of HTTP specification requirements. | Class | org.apache.http.impl.execchain | 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 |
|
| ProxySelectorRoutePlanner | Default implementation of an HttpRoutePlanner. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| PublicSuffixFilter | Wraps a CookieAttributeHandler and leverages its match method to never match a suffix from a black list. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| PublicSuffixListParser | Parses the list from publicsuffix. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RedirectExec | Request executor in the request execution chain that is responsible for handling of request redirects. | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| RedirectLocations | This class represents a collection of URIs used as redirect locations. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| RequestAbortedException | Signals that the request has been aborted. | Class | org.apache.http.impl.execchain | 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 |
|
| RetryExec | Request executor in the request execution chain that is responsible for making a decision whether a request failed due to an I/O error | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| RFC2109DomainHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2109Spec | RFC 2109 compliant CookieSpec implementation. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2109SpecFactory | CookieSpecProvider implementation that creates and initializes RFC2109Spec instances. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2109VersionHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2617Scheme | Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authentication schemes and provides capabilities common | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| RFC2965DiscardAttributeHandler | Discard cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965DomainAttributeHandler | "Domain" cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965PortAttributeHandler | "Port" cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965Spec | RFC 2965 compliant CookieSpec implementation. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965SpecFactory | CookieSpecProvider implementation that creates and initializes RFC2965Spec instances. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965VersionAttributeHandler | "Version" cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RoutedRequest | A request with the route along which it should be sent. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| RouteSpecificPool | A connection sub-pool for a specific route, used by ConnPoolByRoute. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| SchemeRegistryFactory | | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| ServiceUnavailableRetryExec | Request executor in the request execution chain that is responsible for making a decision whether a request that received a non-2xx response | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| SingleClientConnManager | A connection manager for a single connection. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| SPNegoScheme | | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| SPNegoSchemeFactory | AuthSchemeProvider implementation that creates and initializes SPNegoScheme instances. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| SpnegoTokenGenerator | Abstract SPNEGO token generator. | Interface | org.apache.http.impl.auth | 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 |
|
| SystemDefaultDnsResolver | DNS resolver that uses the default OS implementation for resolving host names. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| SystemDefaultHttpClient | An extension of DefaultHttpClient pre-configured using system properties. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| SystemDefaultRoutePlanner | HttpRoutePlanner implementation based on ProxySelector. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| TargetAuthenticationStrategy | Default AuthenticationStrategy implementation for proxy host authentication. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| ThreadSafeClientConnManager | Manages a pool of OperatedClientConnection and is able to service connection requests from multiple execution threads. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| TunnelRefusedException | Signals that the tunnel request was rejected by the proxy host. | 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.execchain | Apache HttpComponents |
|
| UnsupportedDigestAlgorithmException | Authentication credentials required to respond to a authentication challenge are invalid | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| WaitingThread | Represents a thread waiting for a connection. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| WaitingThreadAborter | A simple class that can interrupt a WaitingThread. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| Wire | Logs data to the wire LOG. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| BrowserCompatVersionAttributeHandler | "Version" cookie attribute handler for BrowserCompat cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965CommentUrlAttributeHandler | "CommentURL" cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965DiscardAttributeHandler | "Discard" cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| AbstractHttpAsyncClient | | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| AsyncSchemeRegistryFactory | | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| CloseableHttpAsyncClient | Base implementation of HttpAsyncClient that also implements Closeable. | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| CloseableHttpPipeliningClient | Base implementation of HttpPipeliningClient that also implements Closeable. | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| DefaultAsyncUserTokenHandler | Default implementation of UserTokenHandler for asynchrounous HTTP client communication. | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| DefaultClientAsyncConnection | | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| DefaultClientAsyncConnectionFactory | | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| DefaultHttpAsyncClient | | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| DefaultHttpAsyncRoutePlanner | | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| HttpAsyncClientBuilder | Builder for CloseableHttpAsyncClient instances. | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| HttpAsyncClients | Factory methods for CloseableHttpAsyncClient and CloseableHttpPipeliningClient instances. | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| ManagedNHttpClientConnectionFactory | Default factory for ManagedNHttpClientConnection instances. | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| PoolingClientAsyncConnectionManager | | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| PoolingNHttpClientConnectionManager | PoolingNHttpClientConnectionManager maintains a pool of NHttpClientConnections and is able to service connection requests | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |