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.
|
org.apache.http.nio.conn |
Asynchronous client connection management APIs.
|
Modifier and Type | Field and Description |
---|---|
private ManagedClientAsyncConnection |
DefaultAsyncRequestDirector.managedConn
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultAsyncRequestDirector.InternalFutureCallback.completed(ManagedClientAsyncConnection session) |
private void |
DefaultAsyncRequestDirector.connectionRequestCompleted(ManagedClientAsyncConnection conn)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ManagedClientAsyncConnectionImpl
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> |
PoolingClientAsyncConnectionManager.InternalPoolEntryCallback.future |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ManagedClientAsyncConnection> |
PoolingClientAsyncConnectionManager.leaseConnection(org.apache.http.conn.routing.HttpRoute route,
java.lang.Object state,
long connectTimeout,
java.util.concurrent.TimeUnit tunit,
org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PoolingClientAsyncConnectionManager.releaseConnection(ManagedClientAsyncConnection conn,
long keepalive,
java.util.concurrent.TimeUnit tunit)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ManagedClientAsyncConnection> |
PoolingClientAsyncConnectionManager.leaseConnection(org.apache.http.conn.routing.HttpRoute route,
java.lang.Object state,
long connectTimeout,
java.util.concurrent.TimeUnit tunit,
org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)
Deprecated.
|
Constructor and Description |
---|
InternalPoolEntryCallback(org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> future) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ManagedClientAsyncConnection> |
ClientAsyncConnectionManager.leaseConnection(org.apache.http.conn.routing.HttpRoute route,
java.lang.Object state,
long connectTimeout,
java.util.concurrent.TimeUnit timeUnit,
org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientAsyncConnectionManager.releaseConnection(ManagedClientAsyncConnection session,
long validDuration,
java.util.concurrent.TimeUnit timeUnit)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ManagedClientAsyncConnection> |
ClientAsyncConnectionManager.leaseConnection(org.apache.http.conn.routing.HttpRoute route,
java.lang.Object state,
long connectTimeout,
java.util.concurrent.TimeUnit timeUnit,
org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)
Deprecated.
|