Uses of Interface
com.ning.http.client.ListenableFuture

Packages that use ListenableFuture
com.ning.http.client   
com.ning.http.client.extra   
com.ning.http.client.listenable   
com.ning.http.client.providers.apache   
com.ning.http.client.providers.grizzly   
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()
           
<T> ListenableFuture<T>
AsyncHttpClient.BoundRequestBuilder.execute(AsyncHandler<T> handler)
           
<T> ListenableFuture<T>
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.
<T> ListenableFuture<T>
AsyncHttpClient.executeRequest(Request request, AsyncHandler<T> handler)
          Execute an HTTP request.
 

Uses of ListenableFuture in com.ning.http.client.extra
 

Methods in com.ning.http.client.extra with parameters of type ListenableFuture
static
<V> com.google.common.util.concurrent.ListenableFuture<V>
ListenableFutureAdapter.asGuavaFuture(ListenableFuture<V> future)
           
 

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
<T> ListenableFuture<T>
ApacheAsyncHttpProvider.execute(Request request, AsyncHandler<T> handler)
           
 

Uses of ListenableFuture in com.ning.http.client.providers.grizzly
 

Classes in com.ning.http.client.providers.grizzly that implement ListenableFuture
 class GrizzlyResponseFuture<V>
          AbstractListenableFuture implementation adaptation of Grizzly's FutureImpl.
 

Methods in com.ning.http.client.providers.grizzly that return ListenableFuture
protected
<T> ListenableFuture<T>
GrizzlyAsyncHttpProvider.execute(org.glassfish.grizzly.Connection c, Request request, AsyncHandler<T> handler, GrizzlyResponseFuture<T> future)
           
<T> ListenableFuture<T>
GrizzlyAsyncHttpProvider.execute(Request request, AsyncHandler<T> handler)
          Execute the request and invoke the AsyncHandler when the response arrive.
 

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
<T> ListenableFuture<T>
JDKAsyncHttpProvider.execute(Request request, AsyncHandler<T> handler)
           
<T> ListenableFuture<T>
JDKAsyncHttpProvider.execute(Request request, AsyncHandler<T> handler, ListenableFuture<?> future)
           
 

Methods in com.ning.http.client.providers.jdk with parameters of type ListenableFuture
<T> ListenableFuture<T>
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
<T> ListenableFuture<T>
NettyAsyncHttpProvider.execute(Request request, AsyncHandler<T> asyncHandler)
           
 



Copyright © 2014. All Rights Reserved.