Uses of Interface
org.apache.hc.core5.http.nio.AsyncResponseProducer
-
Packages that use AsyncResponseProducer Package Description org.apache.hc.core5.http.nio Core HTTP transport APIs based on the asynchronous, event driven I/O model.org.apache.hc.core5.http.nio.support 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 AsyncResponseProducer Modifier and Type Method Description voidAsyncServerRequestHandler.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 AsyncResponseProducer Modifier and Type Class Description classBasicResponseProducerBasic 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 AsyncResponseProducer Modifier and Type Field Description private AsyncResponseProducerImmediateResponseExchangeHandler. responseProducerFields in org.apache.hc.core5.http.nio.support with type parameters of type AsyncResponseProducer Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<AsyncResponseProducer>AbstractServerExchangeHandler. responseProducerRefprivate java.util.concurrent.atomic.AtomicReference<AsyncResponseProducer>BasicAsyncServerExpectationDecorator. responseProducerRefMethods in org.apache.hc.core5.http.nio.support that return AsyncResponseProducer Modifier and Type Method Description AsyncResponseProducerAsyncResponseBuilder. build()protected AsyncResponseProducerBasicAsyncServerExpectationDecorator. verify(HttpRequest request, HttpContext context)Constructors in org.apache.hc.core5.http.nio.support with parameters of type AsyncResponseProducer Constructor Description ImmediateResponseExchangeHandler(AsyncResponseProducer responseProducer)
-