Uses of Interface
org.apache.http.concurrent.FutureCallback

Packages that use FutureCallback
org.apache.http.concurrent Common concurrency components. 
org.apache.http.pool Synchronous (blocking) connection pool components. 
 

Uses of FutureCallback in org.apache.http.concurrent
 

Constructors in org.apache.http.concurrent with parameters of type FutureCallback
BasicFuture(FutureCallback<T> callback)
           
 

Uses of FutureCallback in org.apache.http.pool
 

Methods in org.apache.http.pool with parameters of type FutureCallback
 Future<E> AbstractConnPool.lease(T route, Object state, FutureCallback<E> callback)
          Attempts to lease a connection for the given route and with the given state from the pool.

Please note that this class does not maintain its own pool of execution Threads.

 Future<E> ConnPool.lease(T route, Object state, FutureCallback<E> callback)
          Attempts to lease a connection for the given route and with the given state from the pool.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.