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

Packages that use FutureCallback
org.apache.http.concurrent   
org.apache.http.impl.nio.pool   
org.apache.http.nio.pool   
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
org.apache.http.pool   
 

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.impl.nio.pool
 

Methods in org.apache.http.impl.nio.pool with parameters of type FutureCallback
 Future<BasicNIOPoolEntry> BasicNIOConnPool.lease(HttpHost route, Object state, FutureCallback<BasicNIOPoolEntry> callback)
           
 

Uses of FutureCallback in org.apache.http.nio.pool
 

Methods in org.apache.http.nio.pool with parameters of type FutureCallback
 Future<E> AbstractNIOConnPool.lease(T route, Object state, FutureCallback<E> callback)
           
 Future<E> AbstractNIOConnPool.lease(T route, Object state, long connectTimeout, TimeUnit tunit, FutureCallback<E> callback)
           
 

Uses of FutureCallback in org.apache.http.nio.protocol
 

Methods in org.apache.http.nio.protocol with parameters of type FutureCallback
<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
Future<T>
HttpAsyncRequestExecutor.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<T> callback)
           
<T> Future<T>
HttpAsyncRequestExecutor.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, NHttpClientConnection conn, HttpContext context, FutureCallback<T> callback)
           
 

Uses of FutureCallback in org.apache.http.pool
 

Methods in org.apache.http.pool with parameters of type FutureCallback
 Future<E> ConnPool.lease(T route, Object state, FutureCallback<E> callback)
           
 Future<E> AbstractConnPool.lease(T route, Object state, FutureCallback<E> callback)
           
 



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