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 TypeClassDescriptionclassAbstract asynchronous request consumer that makes use ofAsyncEntityConsumerto process request message content.classBasic implementation ofAsyncRequestConsumerthat represents the request message as aMessageand relies on aAsyncEntityConsumerto 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.requestConsumerRefMethods 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)