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