All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractAuthentication |
|
| AbstractConnectionPool |
|
| AbstractConnectorHttpClientTransport |
|
| AbstractHttpClientTransport |
|
| AbstractRequestContent |
|
| AbstractRequestContent.Producer |
|
| AbstractTypedContentProvider |
Deprecated.
|
| AsyncContentProvider |
Deprecated.
|
| AsyncContentProvider.Listener |
A listener that is notified of content availability
|
| AsyncRequestContent |
|
| Authentication |
Authentication represents a mechanism to authenticate requests for protected resources.
|
| Authentication.HeaderInfo |
Structure holding information about the WWW-Authenticate (or Proxy-Authenticate) header.
|
| Authentication.Result |
|
| AuthenticationProtocolHandler |
|
| AuthenticationStore |
|
| BasicAuthentication |
Implementation of the HTTP "Basic" authentication defined in RFC 2617.
|
| BasicAuthentication.BasicResult |
Basic authentication result.
|
| BufferingResponseListener |
Implementation of Response.Listener that buffers the content up to a maximum length
specified to the constructors.
|
| ByteBufferContentProvider |
Deprecated.
|
| ByteBufferRequestContent |
|
| BytesContentProvider |
Deprecated.
|
| BytesRequestContent |
|
| Connection |
|
| ConnectionPool |
Client-side connection pool abstraction.
|
| ConnectionPool.Factory |
Factory for ConnectionPool instances.
|
| ConnectionPool.Multiplexable |
Marks a connection pool as supporting multiplexed connections.
|
| ContentDecoder |
|
| ContentDecoder.Factory |
|
| ContentProvider |
Deprecated.
|
| ContentProvider.Typed |
Deprecated.
|
| ContentResponse |
A specialized Response that can hold a limited content in memory.
|
| ContinueProtocolHandler |
A protocol handler that handles the 100 response code.
|
| DeferredContentProvider |
Deprecated.
|
| DeferredContentProvider.Chunk |
|
| Destination |
|
| DigestAuthentication |
Implementation of the HTTP "Digest" authentication defined in RFC 2617.
|
| DuplexConnectionPool |
|
| DuplexHttpDestination |
A destination for those network transports that are duplex (e.g.
|
| FormContentProvider |
Deprecated.
|
| FormRequestContent |
A Request.Content for form uploads with the
"application/x-www-form-urlencoded" content type.
|
| FutureResponseListener |
|
| GZIPContentDecoder |
|
| GZIPContentDecoder.Factory |
|
| HttpAuthenticationStore |
|
| HttpChannel |
|
| HttpChannelOverHTTP |
|
| HttpClient |
HttpClient provides an efficient, asynchronous, non-blocking implementation
to perform HTTP requests to a server through a simple API that offers also blocking semantic.
|
| HttpClientConnectionFactory |
|
| HttpClientMBean |
|
| HttpClientTransport |
|
| HttpClientTransportDynamic |
|
| HttpClientTransportOverHTTP |
|
| HttpConnection |
|
| HttpConnectionOverHTTP |
|
| HttpContentResponse |
|
| HttpConversation |
|
| HttpDestination |
|
| HttpDestination.Multiplexed |
|
| HttpExchange |
|
| HttpProxy |
|
| HttpProxy.TunnelRequest |
|
| HttpReceiver |
HttpReceiver provides the abstract code to implement the various steps of the receive of HTTP responses.
|
| HttpReceiverOverHTTP |
|
| HttpRedirector |
Utility class that handles HTTP redirects.
|
| HttpRequest |
|
| HttpRequestException |
|
| HttpResponse |
|
| HttpResponseException |
|
| HttpSender |
|
| HttpSenderOverHTTP |
|
| HttpUpgrader |
HttpUpgrader prepares a HTTP request to upgrade from one protocol to another,
and implements the upgrade mechanism.
|
| HttpUpgrader.Factory |
|
| IConnection |
|
| InputStreamContentProvider |
Deprecated.
|
| InputStreamRequestContent |
|
| InputStreamResponseListener |
Implementation of Response.Listener that produces an InputStream
that allows applications to read the response content.
|
| LeakTrackingConnectionPool |
|
| MultiPartContentProvider |
Deprecated.
|
| MultiPartRequestContent |
A Request.Content for form uploads with the "multipart/form-data"
content type.
|
| MultiplexConnectionPool |
|
| MultiplexHttpDestination |
A destination for those transports that are multiplex (e.g.
|
| Origin |
Class that groups the elements that uniquely identify a destination.
|
| Origin.Address |
|
| Origin.Protocol |
The representation of a network protocol.
|
| OutputStreamContentProvider |
Deprecated.
|
| OutputStreamRequestContent |
|
| PathContentProvider |
Deprecated.
|
| PathRequestContent |
|
| ProtocolHandler |
A protocol handler performs HTTP protocol operations on
behalf of the application, typically like a browser would.
|
| ProtocolHandlers |
|
| ProtocolHttpUpgrader |
A HttpUpgrader that upgrades to a given protocol.
|
| ProxyAuthenticationProtocolHandler |
A protocol handler that handles the 401 response code
in association with the Proxy-Authenticate header.
|
| ProxyConfiguration |
The configuration of the forward proxy to use with HttpClient.
|
| ProxyConfiguration.Proxy |
|
| ProxyProtocolClientConnectionFactory |
|
| ProxyProtocolClientConnectionFactory |
|
| ProxyProtocolClientConnectionFactory.ProxyProtocolConnection |
|
| ProxyProtocolClientConnectionFactory.V1 |
A ClientConnectionFactory for the PROXY protocol version 1.
|
| ProxyProtocolClientConnectionFactory.V1.Tag |
|
| ProxyProtocolClientConnectionFactory.V2 |
A ClientConnectionFactory for the PROXY protocol version 2.
|
| ProxyProtocolClientConnectionFactory.V2.Tag |
|
| ProxyProtocolClientConnectionFactory.V2.Tag.Command |
|
| ProxyProtocolClientConnectionFactory.V2.Tag.Family |
|
| ProxyProtocolClientConnectionFactory.V2.Tag.Protocol |
|
| ProxyProtocolClientConnectionFactory.V2.Tag.TLV |
|
| RandomConnectionPool |
A ConnectionPool that provides connections
randomly among the ones that are available.
|
| RedirectProtocolHandler |
A protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.
|
| Request |
Request represents an HTTP request, and offers a fluent interface to customize
various attributes such as the path, the headers, the content, etc.
|
| Request.BeginListener |
Listener for the request begin event.
|
| Request.CommitListener |
Listener for the request committed event.
|
| Request.Content |
A reactive model to produce request content, similar to Flow.Publisher.
|
| Request.Content.Consumer |
A reactive model to consume request content, similar to Flow.Subscriber.
|
| Request.Content.Subscription |
The link between a content producer and a content consumer.
|
| Request.ContentListener |
Listener for the request content event.
|
| Request.FailureListener |
Listener for the request failed event.
|
| Request.HeadersListener |
Listener for the request headers event.
|
| Request.Listener |
Listener for all request events.
|
| Request.Listener.Adapter |
|
| Request.QueuedListener |
Listener for the request queued event.
|
| Request.RequestListener |
Common, empty, super-interface for request listeners.
|
| Request.SuccessListener |
Listener for the request succeeded event.
|
| RequestNotifier |
|
| Response |
Response represents an HTTP response and offers methods to retrieve status code, HTTP version
and headers.
|
| Response.AsyncContentListener |
Asynchronous listener for the response content events.
|
| Response.BeginListener |
Listener for the response begin event.
|
| Response.CompleteListener |
Listener for the request and response completed event.
|
| Response.ContentListener |
Synchronous listener for the response content events.
|
| Response.DemandedContentListener |
Asynchronous listener for the response content events.
|
| Response.FailureListener |
Listener for the response failure event.
|
| Response.HeaderListener |
Listener for a response header event.
|
| Response.HeadersListener |
Listener for the response headers event.
|
| Response.Listener |
Listener for all response events.
|
| Response.Listener.Adapter |
|
| Response.ResponseListener |
Common, empty, super-interface for response listeners
|
| Response.SuccessListener |
Listener for the response succeeded event.
|
| ResponseNotifier |
|
| Result |
The result of a request / response exchange, containing the Request, the Response
and eventual failures of either.
|
| RoundRobinConnectionPool |
A ConnectionPool that attempts to provide connections using a round-robin algorithm.
|
| SendFailure |
|
| Socks4Proxy |
|
| Socks4Proxy.Socks4ProxyClientConnectionFactory |
|
| SPNEGOAuthentication |
Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.
|
| SPNEGOAuthentication.SPNEGOResult |
|
| StringContentProvider |
Deprecated.
|
| StringRequestContent |
|
| Synchronizable |
Implementations of this interface expose a lock object
via Synchronizable.getLock() so that callers can synchronize
externally on that lock:
|
| TimeoutCompleteListener |
Deprecated.
|
| UpgradeProtocolHandler |
A protocol handler that handles HTTP 101 responses.
|
| ValidatingConnectionPool |
A connection pool that validates connections before
making them available for use.
|
| WWWAuthenticationProtocolHandler |
A protocol handler that handles the 401 response code
in association with the WWW-Authenticate header.
|