|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListenableFuture | |
|---|---|
| com.ning.http.client | |
| com.ning.http.client.listenable | |
| com.ning.http.client.providers.apache | |
| com.ning.http.client.providers.jdk | |
| com.ning.http.client.providers.netty | |
| Uses of ListenableFuture in com.ning.http.client |
|---|
| Methods in com.ning.http.client that return ListenableFuture | ||
|---|---|---|
ListenableFuture<V> |
ListenableFuture.addListener(Runnable listener,
Executor exec)
Adds a listener and executor to the ListenableFuture. |
|
ListenableFuture<Response> |
AsyncHttpClient.BoundRequestBuilder.execute()
|
|
|
AsyncHttpClient.BoundRequestBuilder.execute(AsyncHandler<T> handler)
|
|
|
AsyncHttpProvider.execute(Request request,
AsyncHandler<T> handler)
Execute the request and invoke the AsyncHandler when the response arrive. |
|
ListenableFuture<Response> |
AsyncHttpClient.executeRequest(Request request)
Execute an HTTP request. |
|
|
AsyncHttpClient.executeRequest(Request request,
AsyncHandler<T> handler)
Execute an HTTP request. |
|
| Uses of ListenableFuture in com.ning.http.client.listenable |
|---|
| Classes in com.ning.http.client.listenable that implement ListenableFuture | |
|---|---|
class |
AbstractListenableFuture<V>
An abstract base implementation of the listener support provided by ListenableFuture. |
| Methods in com.ning.http.client.listenable that return ListenableFuture | |
|---|---|
ListenableFuture<V> |
AbstractListenableFuture.addListener(Runnable listener,
Executor exec)
|
| Uses of ListenableFuture in com.ning.http.client.providers.apache |
|---|
| Classes in com.ning.http.client.providers.apache that implement ListenableFuture | |
|---|---|
class |
ApacheResponseFuture<V>
|
| Methods in com.ning.http.client.providers.apache that return ListenableFuture | ||
|---|---|---|
|
ApacheAsyncHttpProvider.execute(Request request,
AsyncHandler<T> handler)
|
|
| Uses of ListenableFuture in com.ning.http.client.providers.jdk |
|---|
| Classes in com.ning.http.client.providers.jdk that implement ListenableFuture | |
|---|---|
class |
JDKDelegateFuture<V>
|
class |
JDKFuture<V>
|
| Methods in com.ning.http.client.providers.jdk that return ListenableFuture | ||
|---|---|---|
|
JDKAsyncHttpProvider.execute(Request request,
AsyncHandler<T> handler)
|
|
|
JDKAsyncHttpProvider.execute(Request request,
AsyncHandler<T> handler,
ListenableFuture<?> future)
|
|
| Methods in com.ning.http.client.providers.jdk with parameters of type ListenableFuture | ||
|---|---|---|
|
JDKAsyncHttpProvider.execute(Request request,
AsyncHandler<T> handler,
ListenableFuture<?> future)
|
|
| Constructors in com.ning.http.client.providers.jdk with parameters of type ListenableFuture | |
|---|---|
JDKDelegateFuture(AsyncHandler<V> asyncHandler,
int responseTimeoutInMs,
ListenableFuture<V> delegateFuture,
HttpURLConnection urlConnection)
|
|
| Uses of ListenableFuture in com.ning.http.client.providers.netty |
|---|
| Classes in com.ning.http.client.providers.netty that implement ListenableFuture | |
|---|---|
class |
NettyResponseFuture<V>
A Future that can be used to track when an asynchronous HTTP request has been fully processed. |
| Methods in com.ning.http.client.providers.netty that return ListenableFuture | ||
|---|---|---|
|
NettyAsyncHttpProvider.execute(Request request,
AsyncHandler<T> asyncHandler)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||