All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractClientExchangeHandler AbstractHttpAsyncClientExchangeHandler
class that implements connection management aspects shared by all HTTP exchange handlers.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.AsynchronousAsyncValidationRequest Class used to represent an asynchronous revalidation event, such as with "stale-while-revalidate"AsynchronousAsyncValidator Class used for asynchronous revalidations to be used when the "stale- while-revalidate" directive is presentAsyncScheme Deprecated. AsyncSchemeRegistry Deprecated. AsyncSchemeRegistryFactory Deprecated. BaseZeroCopyRequestProducer CachingHttpAsyncClient ChainedFutureCallback<T> ClientAsyncConnection Deprecated. ClientAsyncConnectionFactory Deprecated. ClientAsyncConnectionManager Deprecated. CloseableHttpAsyncClient Base implementation ofHttpAsyncClient
that also implementsCloseable
.CloseableHttpAsyncClientBase CloseableHttpAsyncClientBase.Status CloseableHttpPipeliningClient Base implementation ofHttpPipeliningClient
that also implementsCloseable
.CPool CPoolEntry CPoolProxy DefaultAsyncRequestDirector<T> Deprecated. DefaultAsyncUserTokenHandler Default implementation ofUserTokenHandler
for asynchrounous HTTP client communication.DefaultClientAsyncConnection Deprecated. DefaultClientAsyncConnectionFactory Deprecated. DefaultClientExchangeHandlerImpl<T> Default implementation ofHttpAsyncClientExchangeHandler
.DefaultHttpAsyncClient Deprecated. DefaultHttpAsyncRoutePlanner Deprecated. DefaultResultCallback<T> Deprecated. FutureWrapper<T> 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.HttpAsyncMethods.RequestProducerImpl HttpNIOConnPool Deprecated. HttpNIOConnPoolFactory Deprecated. HttpPipeliningClient This interface represents only the most basic contract for HTTP request execution.HttpPoolEntry Deprecated. InternalClientExec InternalHttpAsyncClient InternalIODispatch InternalIOReactorExceptionHandler InternalRequestExecutor InternalState IOReactorUtils LayeringStrategy Deprecated. LoggingIOSession MainClientExec ManagedClientAsyncConnection Deprecated. ManagedClientAsyncConnectionImpl Deprecated. ManagedNHttpClientConnection Represents a managed connection whose state and life cycle is managed by a connection manager.ManagedNHttpClientConnectionFactory Default factory forManagedNHttpClientConnection
instances.ManagedNHttpClientConnectionImpl MinimalClientExchangeHandlerImpl<T> Default implementation ofHttpAsyncClientExchangeHandler
.MinimalHttpAsyncClient MinimalHttpAsyncClientBuilder Builder forMinimalHttpAsyncClient
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.ParamConfig Deprecated. PipeliningClientExchangeHandlerImpl<T> HttpAsyncClientExchangeHandler
implementation that supports HTTP message pipelining.PoolingClientAsyncConnectionManager Deprecated. PoolingNHttpClientConnectionManager PoolingNHttpClientConnectionManager
maintains a pool ofNHttpClientConnection
s and is able to service connection requests from multiple execution threads.PoolingNHttpClientConnectionManager.ConfigData PoolingNHttpClientConnectionManager.InternalAddressResolver PoolingNHttpClientConnectionManager.InternalConnectionFactory ResultCallback<T> Deprecated. 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. TrustManagerDecorator Deprecated. Wire 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.