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 TypeClassDescriptionclass
AbstractHttpAsyncRequestConsumer
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
Basic implementation ofHttpAsyncRequestConsumer
.Methods in org.apache.http.nio.protocol that return HttpAsyncRequestConsumerModifier and TypeMethodDescriptionHttpAsyncRequestConsumer<org.apache.http.HttpRequest>
BasicAsyncRequestHandler.processRequest
(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) HttpAsyncRequestHandler.processRequest
(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Triggered when an incoming request is received.