Package | Description |
---|---|
org.apache.http.impl.nio.client |
Default asynchronous HTTP client implementation.
|
org.apache.http.impl.nio.conn |
Default implementations of asynchronous client connection
management functions.
|
Modifier and Type | Field and Description |
---|---|
private ClientAsyncConnectionManager |
DefaultAsyncRequestDirector.connmgr
Deprecated.
|
private ClientAsyncConnectionManager |
AbstractHttpAsyncClient.connmgr
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientAsyncConnectionManager |
AbstractHttpAsyncClient.getConnectionManager()
Deprecated.
|
Constructor and Description |
---|
AbstractHttpAsyncClient(ClientAsyncConnectionManager connmgr)
Deprecated.
|
DefaultAsyncRequestDirector(org.apache.commons.logging.Log log,
org.apache.http.nio.protocol.HttpAsyncRequestProducer requestProducer,
org.apache.http.nio.protocol.HttpAsyncResponseConsumer<T> responseConsumer,
org.apache.http.protocol.HttpContext localContext,
ResultCallback<T> callback,
ClientAsyncConnectionManager connmgr,
org.apache.http.protocol.HttpProcessor httppocessor,
org.apache.http.conn.routing.HttpRoutePlanner routePlanner,
org.apache.http.ConnectionReuseStrategy reuseStrategy,
org.apache.http.conn.ConnectionKeepAliveStrategy keepaliveStrategy,
org.apache.http.client.RedirectStrategy redirectStrategy,
org.apache.http.client.AuthenticationStrategy targetAuthStrategy,
org.apache.http.client.AuthenticationStrategy proxyAuthStrategy,
org.apache.http.client.UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams clientParams)
Deprecated.
|
DefaultHttpAsyncClient(ClientAsyncConnectionManager connmgr)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PoolingClientAsyncConnectionManager
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ClientAsyncConnectionManager |
ManagedClientAsyncConnectionImpl.manager
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientAsyncConnectionManager |
ManagedClientAsyncConnectionImpl.getManager()
Deprecated.
|
Constructor and Description |
---|
ManagedClientAsyncConnectionImpl(ClientAsyncConnectionManager manager,
ClientAsyncConnectionFactory connFactory,
HttpPoolEntry poolEntry)
Deprecated.
|