Uses of Interface
org.apache.http.nio.conn.ManagedAsyncClientConnection

Packages that use ManagedAsyncClientConnection
org.apache.http.impl.nio.conn   
org.apache.http.nio.conn   
 

Uses of ManagedAsyncClientConnection in org.apache.http.impl.nio.conn
 

Methods in org.apache.http.impl.nio.conn that return types with arguments of type ManagedAsyncClientConnection
 Future<ManagedAsyncClientConnection> PoolingAsyncClientConnectionManager.leaseConnection(HttpRoute route, Object state, long connectTimeout, TimeUnit tunit, org.apache.http.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
           
 

Methods in org.apache.http.impl.nio.conn with parameters of type ManagedAsyncClientConnection
 void PoolingAsyncClientConnectionManager.releaseConnection(ManagedAsyncClientConnection conn, long keepalive, TimeUnit tunit)
           
 

Method parameters in org.apache.http.impl.nio.conn with type arguments of type ManagedAsyncClientConnection
 Future<ManagedAsyncClientConnection> PoolingAsyncClientConnectionManager.leaseConnection(HttpRoute route, Object state, long connectTimeout, TimeUnit tunit, org.apache.http.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
           
 

Uses of ManagedAsyncClientConnection in org.apache.http.nio.conn
 

Methods in org.apache.http.nio.conn that return types with arguments of type ManagedAsyncClientConnection
 Future<ManagedAsyncClientConnection> ClientAsyncConnectionManager.leaseConnection(HttpRoute route, Object state, long connectTimeout, TimeUnit timeUnit, org.apache.http.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
           
 

Methods in org.apache.http.nio.conn with parameters of type ManagedAsyncClientConnection
 void ClientAsyncConnectionManager.releaseConnection(ManagedAsyncClientConnection session, long validDuration, TimeUnit timeUnit)
           
 

Method parameters in org.apache.http.nio.conn with type arguments of type ManagedAsyncClientConnection
 Future<ManagedAsyncClientConnection> ClientAsyncConnectionManager.leaseConnection(HttpRoute route, Object state, long connectTimeout, TimeUnit timeUnit, org.apache.http.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
           
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.