Uses of Interface
org.apache.http.concurrent.Cancellable

Packages that use Cancellable
org.apache.http.concurrent   
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
 

Uses of Cancellable in org.apache.http.concurrent
 

Classes in org.apache.http.concurrent that implement Cancellable
 class BasicFuture<T>
           
 

Uses of Cancellable in org.apache.http.nio.protocol
 

Subinterfaces of Cancellable in org.apache.http.nio.protocol
 interface HttpAsyncClientExchangeHandler<T>
           
 interface HttpAsyncResponseConsumer<T>
           
 

Classes in org.apache.http.nio.protocol that implement Cancellable
 class AbstractAsyncResponseConsumer<T>
           
 class BasicAsyncResponseConsumer
           
 

Methods in org.apache.http.nio.protocol that return Cancellable
 Cancellable BufferingAsyncRequestHandler.handle(HttpRequest request, HttpAsyncResponseTrigger trigger, HttpContext context)
           
 Cancellable HttpAsyncRequestHandler.handle(T data, HttpAsyncResponseTrigger trigger, HttpContext context)
           
 Cancellable HttpAsyncExpectationVerifier.verify(HttpRequest request, HttpAsyncContinueTrigger trigger, HttpContext context)
           
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.