All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractHttpAsyncClient Deprecated. AsyncByteConsumer<T> HttpAsyncResponseConsumerimplementation that provides convenience methods for processing of binary content entities enclosed in an HTTP response.AsyncCharConsumer<T> HttpAsyncResponseConsumerimplementation 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 ofHttpAsyncClientthat also implementsCloseable.CloseableHttpPipeliningClient Base implementation ofHttpPipeliningClientthat also implementsCloseable.DefaultAsyncUserTokenHandler Default implementation ofUserTokenHandlerfor 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 forCloseableHttpAsyncClientinstances.HttpAsyncClients Factory methods forCloseableHttpAsyncClientandCloseableHttpPipeliningClientinstances.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 forManagedNHttpClientConnectioninstances.NHttpClientConnectionManager Represents a manager of persistent client connections.NHttpConnectionFactory<T extends org.apache.http.nio.NHttpConnection> GenericNHttpConnectionfactory.NoopIOSessionStrategy Noop implementation for protocol schemes that have no transport level security.PoolingClientAsyncConnectionManager Deprecated. PoolingNHttpClientConnectionManager PoolingNHttpClientConnectionManagermaintains a pool ofNHttpClientConnections 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> HttpAsyncResponseConsumerimplementation that streams content entity enclosed in an HTTP response directly into a file without an intermediate in-memory buffer.ZeroCopyPost HttpAsyncRequestProducerimplementation that generates an HTTPPOSTrequest enclosing content of a file.ZeroCopyPut HttpAsyncRequestProducerimplementation that generates an HTTPPUTrequest enclosing content of a file.