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

Packages that use HttpAsyncRequestConsumer
org.apache.http.nio.protocol Asynchronous HTTP protocol handlers based on the non-blocking I/O model. 
 

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

Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestConsumer
 class AbstractAsyncRequestConsumer<T>
          Abstract HttpAsyncRequestConsumer implementation that relieves its subclasses form having to synchronize access to internal instance variables and provides a number of protected methods that they need to implement.
 class BasicAsyncRequestConsumer
          Basic implementation of HttpAsyncRequestConsumer.
 

Methods in org.apache.http.nio.protocol that return HttpAsyncRequestConsumer
 HttpAsyncRequestConsumer<T> HttpAsyncRequestHandler.processRequest(HttpRequest request, HttpContext context)
          Triggered when an incoming request is received.
 HttpAsyncRequestConsumer<HttpRequest> BasicAsyncRequestHandler.processRequest(HttpRequest request, HttpContext context)
           
 



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