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 TypeMethodDescriptionvoidAsyncServerRequestHandler.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 TypeClassDescriptionclassBasic implementation ofAsyncResponseProducerthat produces one fixed response and relies on aAsyncEntityProducerto generate response entity stream.Fields in org.apache.hc.core5.http.nio.support declared as AsyncResponseProducerModifier and TypeFieldDescriptionprivate final AsyncResponseProducerImmediateResponseExchangeHandler.responseProducerFields in org.apache.hc.core5.http.nio.support with type parameters of type AsyncResponseProducerModifier and TypeFieldDescriptionprivate final AtomicReference<AsyncResponseProducer> AbstractServerExchangeHandler.responseProducerRefprivate final AtomicReference<AsyncResponseProducer> BasicAsyncServerExpectationDecorator.responseProducerRefMethods in org.apache.hc.core5.http.nio.support that return AsyncResponseProducerModifier and TypeMethodDescriptionAsyncResponseBuilder.build()protected AsyncResponseProducerBasicAsyncServerExpectationDecorator.verify(HttpRequest request, HttpContext context) Constructors in org.apache.hc.core5.http.nio.support with parameters of type AsyncResponseProducerModifierConstructorDescriptionImmediateResponseExchangeHandler(AsyncResponseProducer responseProducer)