|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FutureCallback | |
---|---|
org.apache.http.concurrent | Common concurrency components. |
org.apache.http.impl.nio.pool | Basic implementations for interfaces in
org.apache.http.nio.pool . |
org.apache.http.nio.pool | Asynchronous (non-blocking) connection pool components. |
org.apache.http.nio.protocol | Asynchronous HTTP protocol handlers based on the non-blocking I/O model. |
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.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 | ||
---|---|---|
|
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
ConnPool<HttpHost,E> connPool,
HttpContext context,
FutureCallback<T> callback)
Initiates asynchronous HTTP request execution. |
|
|
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
NHttpClientConnection conn,
HttpContext context,
FutureCallback<T> callback)
Initiates asynchronous HTTP request execution. |
Constructors in org.apache.http.nio.protocol with parameters of type FutureCallback | |
---|---|
BasicAsyncRequestExecutionHandler(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
FutureCallback<T> callback,
HttpContext localContext,
HttpProcessor httppocessor,
ConnectionReuseStrategy reuseStrategy,
HttpParams params)
|
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 Thread s. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |