Uses of Interface
org.apache.http.nio.protocol.HttpAsyncRequestConsumer
Packages that use HttpAsyncRequestConsumer
Package
Description
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 HttpAsyncRequestConsumerModifier and TypeClassDescriptionclassAbstractHttpAsyncRequestConsumerimplementation that relieves its subclasses from having to manage internal state and provides a number of protected event methods that they need to implement.classBasic implementation ofHttpAsyncRequestConsumer.(package private) classFields in org.apache.http.nio.protocol declared as HttpAsyncRequestConsumerModifier and TypeFieldDescriptionprivate final HttpAsyncRequestConsumer<Object>HttpAsyncService.Incoming.consumerMethods in org.apache.http.nio.protocol that return HttpAsyncRequestConsumerModifier and TypeMethodDescriptionHttpAsyncService.Incoming.getConsumer()BasicAsyncRequestHandler.processRequest(HttpRequest request, HttpContext context) HttpAsyncRequestHandler.processRequest(HttpRequest request, HttpContext context) Triggered when an incoming request is received.NullRequestHandler.processRequest(HttpRequest request, HttpContext context) Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestConsumerModifierConstructorDescription(package private)Incoming(HttpRequest request, HttpAsyncRequestHandler<Object> handler, HttpAsyncRequestConsumer<Object> consumer, HttpContext context)