Uses of Class
com.ning.http.client.listenable.AbstractListenableFuture

Packages that use AbstractListenableFuture
com.ning.http.client.providers.apache   
com.ning.http.client.providers.jdk   
com.ning.http.client.providers.netty   
 

Uses of AbstractListenableFuture in com.ning.http.client.providers.apache
 

Subclasses of AbstractListenableFuture in com.ning.http.client.providers.apache
 class ApacheResponseFuture<V>
           
 

Uses of AbstractListenableFuture in com.ning.http.client.providers.jdk
 

Subclasses of AbstractListenableFuture in com.ning.http.client.providers.jdk
 class JDKDelegateFuture<V>
           
 class JDKFuture<V>
           
 

Uses of AbstractListenableFuture in com.ning.http.client.providers.netty
 

Subclasses of AbstractListenableFuture in com.ning.http.client.providers.netty
 class NettyResponseFuture<V>
          A Future that can be used to track when an asynchronous HTTP request has been fully processed.
 



Copyright © 2011. All Rights Reserved.