All Classes and Interfaces
Class
Description
Abstract
HttpAsyncClientExchangeHandler
class
that implements connection management aspects shared by all HTTP exchange handlers.Deprecated.
HttpAsyncResponseConsumer
implementation that
provides convenience methods for processing of binary content entities enclosed
in an HTTP response.HttpAsyncResponseConsumer
implementation that
provides convenience methods for processing of textual content entities enclosed
in an HTTP response.Class used to represent an asynchronous revalidation event, such as with
"stale-while-revalidate"
Class used for asynchronous revalidations to be used when the "stale-
while-revalidate" directive is present
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Base implementation of
HttpAsyncClient
that also implements Closeable
.Base implementation of
HttpPipeliningClient
that also
implements Closeable
.Deprecated.
Default implementation of
UserTokenHandler
for asynchrounous HTTP client communication.Deprecated.
Deprecated.
Default implementation of
HttpAsyncClientExchangeHandler
.Deprecated.
Deprecated.
Deprecated.
This interface represents only the most basic contract for HTTP request
execution.
Builder for
CloseableHttpAsyncClient
instances.Factory methods for
CloseableHttpAsyncClient
and
CloseableHttpPipeliningClient
instances.Static helpers for dealing with
HttpAsyncClient
.Factory methods for asynchronous request producers and response consumers.
Deprecated.
Deprecated.
This interface represents only the most basic contract for HTTP request
execution.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Represents a managed connection whose state and life cycle is managed by
a connection manager.
Default factory for
ManagedNHttpClientConnection
instances.Default implementation of
HttpAsyncClientExchangeHandler
.Builder for
MinimalHttpAsyncClient
instances.Represents a manager of persistent client connections.
Generic
NHttpConnection
factory.Noop implementation for protocol schemes that have no transport level
security.
Deprecated.
HttpAsyncClientExchangeHandler
implementation
that supports HTTP message pipelining.Deprecated.
PoolingNHttpClientConnectionManager
maintains a pool of
NHttpClientConnection
s and is able to service connection requests
from multiple execution threads.Deprecated.
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).
TLS/SSL transport level security strategy.
Deprecated.
Deprecated.
HttpAsyncResponseConsumer
implementation that
streams content entity enclosed in an HTTP response directly into a file
without an intermediate in-memory buffer.HttpAsyncRequestProducer
implementation
that generates an HTTP POST
request enclosing content of a file.HttpAsyncRequestProducer
implementation
that generates an HTTP PUT
request enclosing content of a file.