|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedClientAsyncConnection | |
---|---|
org.apache.http.impl.nio.conn | |
org.apache.http.nio.conn |
Uses of ManagedClientAsyncConnection in org.apache.http.impl.nio.conn |
---|
Methods in org.apache.http.impl.nio.conn that return types with arguments of type ManagedClientAsyncConnection | |
---|---|
Future<ManagedClientAsyncConnection> |
PoolingClientAsyncConnectionManager.leaseConnection(HttpRoute route,
Object state,
long connectTimeout,
TimeUnit tunit,
FutureCallback<ManagedClientAsyncConnection> callback)
Deprecated. |
Methods in org.apache.http.impl.nio.conn with parameters of type ManagedClientAsyncConnection | |
---|---|
void |
PoolingClientAsyncConnectionManager.releaseConnection(ManagedClientAsyncConnection conn,
long keepalive,
TimeUnit tunit)
Deprecated. |
Method parameters in org.apache.http.impl.nio.conn with type arguments of type ManagedClientAsyncConnection | |
---|---|
Future<ManagedClientAsyncConnection> |
PoolingClientAsyncConnectionManager.leaseConnection(HttpRoute route,
Object state,
long connectTimeout,
TimeUnit tunit,
FutureCallback<ManagedClientAsyncConnection> callback)
Deprecated. |
Uses of ManagedClientAsyncConnection in org.apache.http.nio.conn |
---|
Methods in org.apache.http.nio.conn that return types with arguments of type ManagedClientAsyncConnection | |
---|---|
Future<ManagedClientAsyncConnection> |
ClientAsyncConnectionManager.leaseConnection(HttpRoute route,
Object state,
long connectTimeout,
TimeUnit timeUnit,
FutureCallback<ManagedClientAsyncConnection> callback)
Deprecated. |
Methods in org.apache.http.nio.conn with parameters of type ManagedClientAsyncConnection | |
---|---|
void |
ClientAsyncConnectionManager.releaseConnection(ManagedClientAsyncConnection session,
long validDuration,
TimeUnit timeUnit)
Deprecated. |
Method parameters in org.apache.http.nio.conn with type arguments of type ManagedClientAsyncConnection | |
---|---|
Future<ManagedClientAsyncConnection> |
ClientAsyncConnectionManager.leaseConnection(HttpRoute route,
Object state,
long connectTimeout,
TimeUnit timeUnit,
FutureCallback<ManagedClientAsyncConnection> callback)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |