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

Packages that use HttpAsyncRequestConsumer
org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. 
 

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 from having to manage internal state and provides a number of protected event 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–2021 The Apache Software Foundation. All rights reserved.