|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FutureCallback | |
---|---|
org.apache.http.concurrent | Core concurrency APIs. |
org.apache.http.impl.nio.pool | Default implementations of client side connection pools for asynchronous, even driven communication. |
org.apache.http.nio.pool | Client side connection pools APIs for asynchronous, event driven communication. |
org.apache.http.nio.protocol | Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. |
org.apache.http.pool | Client side connection pools APIs for synchronous, blocking communication. |
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,
long leaseTimeout,
TimeUnit timeUnit,
FutureCallback<E> callback)
|
Future<E> |
AbstractNIOConnPool.lease(T route,
Object state,
long connectTimeout,
TimeUnit timeUnit,
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,
E poolEntry,
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. |
|
|
HttpAsyncRequester.executePipelined(HttpHost target,
List<? extends HttpAsyncRequestProducer> requestProducers,
List<? extends HttpAsyncResponseConsumer<T>> responseConsumers,
ConnPool<HttpHost,E> connPool,
HttpContext context,
FutureCallback<List<T>> callback)
Initiates asynchronous pipelined HTTP request execution. |
|
|
HttpAsyncRequester.executePipelined(List<HttpAsyncRequestProducer> requestProducers,
List<HttpAsyncResponseConsumer<T>> responseConsumers,
E poolEntry,
ConnPool<HttpHost,E> connPool,
HttpContext context,
FutureCallback<List<T>> callback)
Initiates asynchronous pipelined HTTP request execution. |
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. |
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 |