Uses of Interface
org.apache.hc.core5.http.nio.AsyncResponseProducer
Packages that use AsyncResponseProducer
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 AsyncResponseProducer in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type AsyncResponseProducerModifier and TypeMethodDescriptionvoid
AsyncServerRequestHandler.ResponseTrigger.submitResponse
(AsyncResponseProducer responseProducer, HttpContext context) Sends a final HTTP response to the client. -
Uses of AsyncResponseProducer in org.apache.hc.core5.http.nio.support
Classes in org.apache.hc.core5.http.nio.support that implement AsyncResponseProducerModifier and TypeClassDescriptionclass
Basic implementation ofAsyncResponseProducer
that produces one fixed response and relies on aAsyncEntityProducer
to generate response entity stream.Fields in org.apache.hc.core5.http.nio.support declared as AsyncResponseProducerModifier and TypeFieldDescriptionprivate final AsyncResponseProducer
ImmediateResponseExchangeHandler.responseProducer
Fields in org.apache.hc.core5.http.nio.support with type parameters of type AsyncResponseProducerModifier and TypeFieldDescriptionprivate final AtomicReference
<AsyncResponseProducer> AbstractServerExchangeHandler.responseProducerRef
private final AtomicReference
<AsyncResponseProducer> BasicAsyncServerExpectationDecorator.responseProducerRef
Methods in org.apache.hc.core5.http.nio.support that return AsyncResponseProducerModifier and TypeMethodDescriptionAsyncResponseBuilder.build()
protected AsyncResponseProducer
BasicAsyncServerExpectationDecorator.verify
(HttpRequest request, HttpContext context) Constructors in org.apache.hc.core5.http.nio.support with parameters of type AsyncResponseProducerModifierConstructorDescriptionImmediateResponseExchangeHandler
(AsyncResponseProducer responseProducer)