All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractHttpAsyncClient Deprecated. AsyncByteConsumer<T> HttpAsyncResponseConsumer
implementation that provides convenience methods for processing of binary content entities enclosed in an HTTP response.AsyncCharConsumer<T> HttpAsyncResponseConsumer
implementation that provides convenience methods for processing of textual content entities enclosed in an HTTP response.AsyncScheme Deprecated. AsyncSchemeRegistry Deprecated. AsyncSchemeRegistryFactory Deprecated. CachingHttpAsyncClient ClientAsyncConnection Deprecated. ClientAsyncConnectionFactory Deprecated. ClientAsyncConnectionManager Deprecated. CloseableHttpAsyncClient Base implementation ofHttpAsyncClient
that also implementsCloseable
.CloseableHttpPipeliningClient Base implementation ofHttpPipeliningClient
that also implementsCloseable
.DefaultAsyncUserTokenHandler Default implementation ofUserTokenHandler
for asynchrounous HTTP client communication.DefaultClientAsyncConnection Deprecated. DefaultClientAsyncConnectionFactory Deprecated. DefaultHttpAsyncClient Deprecated. DefaultHttpAsyncRoutePlanner Deprecated. HttpAsyncClient This interface represents only the most basic contract for HTTP request execution.HttpAsyncClientBuilder Builder forCloseableHttpAsyncClient
instances.HttpAsyncClients Factory methods forCloseableHttpAsyncClient
andCloseableHttpPipeliningClient
instances.HttpAsyncClientUtils Static helpers for dealing withHttpAsyncClient
.HttpAsyncMethods Factory methods for asynchronous request producers and response consumers.HttpPipeliningClient This interface represents only the most basic contract for HTTP request execution.LayeringStrategy Deprecated. ManagedClientAsyncConnection Deprecated. ManagedNHttpClientConnection Represents a managed connection whose state and life cycle is managed by a connection manager.ManagedNHttpClientConnectionFactory Default factory forManagedNHttpClientConnection
instances.NHttpClientConnectionManager Represents a manager of persistent client connections.NHttpConnectionFactory<T extends org.apache.http.nio.NHttpConnection> GenericNHttpConnection
factory.NoopIOSessionStrategy Noop implementation for protocol schemes that have no transport level security.PoolingClientAsyncConnectionManager Deprecated. PoolingNHttpClientConnectionManager PoolingNHttpClientConnectionManager
maintains a pool ofNHttpClientConnection
s and is able to service connection requests from multiple execution threads.SchemeIOSessionStrategy I/O session layering strategy for complex protocol schemes, which employ a transport level security protocol to secure HTTP communication (in other words those schemes 'layer' HTTP on top of a transport level protocol such as TLS/SSL).SSLIOSessionStrategy TLS/SSL transport level security strategy.SSLLayeringStrategy Deprecated. ZeroCopyConsumer<T> HttpAsyncResponseConsumer
implementation that streams content entity enclosed in an HTTP response directly into a file without an intermediate in-memory buffer.ZeroCopyPost HttpAsyncRequestProducer
implementation that generates an HTTPPOST
request enclosing content of a file.ZeroCopyPut HttpAsyncRequestProducer
implementation that generates an HTTPPUT
request enclosing content of a file.