All Classes and Interfaces
Class
Description
Basic abstract implementation of
HttpClient.A basic implementation of
URIComparator that compares
URL's by canonicalizing them as per SimpleURLCanonicalizer,
and then compares the resulting string representations for equality
using Object.equals(java.lang.Object).A wrapper implementation of
HttpClient which invokes supplied instances of HttpClientContextHandler
before and after request execution.Legacy stub for compatibility.
A helper class for managing one or more cookies on behalf of a component.
An
HttpClient builder that supports RFC 2616 caching.Scheduled task to manage an instance of
ManagedHttpCacheStorage.Class which wraps a caching instance of
HttpClient and its associated
ManagedHttpCacheStorage, and manages the scheduled maintenance and lifecycle of the latter.Builder used to construct
HttpClient objects configured with particular settings.Extension that allows the
HttpClientContext to be externally manipulated before use.Support class for using
HttpClient and related components.Deprecated, for removal: This API element is subject to removal in a future version.
Class which holds and makes available the current HTTP servlet request and response via ThreadLocal storage.
Utilities for working with HTTP Servlet requests and responses.
An
HttpClient builder that supports RFC 2616 caching.Represents a range of IP addresses.
Deprecated, for removal: This API element is subject to removal in a future version.
Extension of
DefaultProxyRoutePlanner which allows supplying a static local address.Extension of
DefaultRoutePlanner which allows supplying a static local address.Extension of
SystemDefaultRoutePlanner which allows supplying a static local address.Support methods for Guava
MediaType.Adds a
Connection: close to all HTTP/1.1 requests.Legacy stub for compatibility.
This class performs simple canonicalization of a URL as follows:
The scheme is lower-cased.
The hostname is lower-cased
The port is removed if it is the default port registered for the scheme
Simple function to strip the parameters from a
MediaType.Legacy stub for compatibility.
An implementation of
NonnullSupplier which looks up the current thread-local
servlet request obtained from HttpServletRequestResponseContext, raising an
IllegalStateException if null.An implementation of
NonnullSupplier which looks up the current thread-local
servlet response obtained from HttpServletRequestResponseContext, raising an
IllegalStateException if null.An implementation of HttpClient
LayeredConnectionSocketFactory that is a factory
for TLS sockets.A builder for instances of
TLSSocketFactory which allows easy specification
of the full range of supported factory inputs.Component for testing URI's as to equality.
Exception related to processing or using a URI.
Helper methods for building
URIs and parsing some HTTP URL information.Utility class for building URLs.