Uses of Interface
org.apache.http.nio.protocol.HttpAsyncRequestConsumer

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

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

Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestConsumer
 class AbstractAsyncRequestConsumer<T>
           
 class BasicAsyncRequestConsumer
           
 

Methods in org.apache.http.nio.protocol that return HttpAsyncRequestConsumer
 HttpAsyncRequestConsumer<T> HttpAsyncRequestHandler.processRequest(HttpRequest request, HttpContext context)
           
 HttpAsyncRequestConsumer<HttpRequest> BufferingAsyncRequestHandler.processRequest(HttpRequest request, HttpContext context)
           
 



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