Uses of Interface
org.apache.hc.core5.http.nio.AsyncRequestConsumer
Packages that use AsyncRequestConsumer
Package
Description
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
Support classes for the asynchronous I/O model.
-
Uses of AsyncRequestConsumer in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio that return AsyncRequestConsumerModifier and TypeMethodDescriptionAsyncServerRequestHandler.prepare
(HttpRequest request, EntityDetails entityDetails, HttpContext context) Triggered to signal new incoming request. -
Uses of AsyncRequestConsumer in org.apache.hc.core5.http.nio.support
Classes in org.apache.hc.core5.http.nio.support that implement AsyncRequestConsumerModifier and TypeClassDescriptionclass
Abstract asynchronous request consumer that makes use ofAsyncEntityConsumer
to process request message content.class
Basic implementation ofAsyncRequestConsumer
that represents the request message as aMessage
and relies on aAsyncEntityConsumer
to process request entity stream.Fields in org.apache.hc.core5.http.nio.support with type parameters of type AsyncRequestConsumerModifier and TypeFieldDescriptionprivate final AtomicReference
<AsyncRequestConsumer<T>> AbstractServerExchangeHandler.requestConsumerRef
Methods in org.apache.hc.core5.http.nio.support that return AsyncRequestConsumerModifier and TypeMethodDescriptionprotected abstract AsyncRequestConsumer
<T> AbstractServerExchangeHandler.supplyConsumer
(HttpRequest request, EntityDetails entityDetails, HttpContext context) Triggered to supply a request consumer to process the incoming request.protected AsyncRequestConsumer
<T> BasicServerExchangeHandler.supplyConsumer
(HttpRequest request, EntityDetails entityDetails, HttpContext context)