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 void
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 AsyncResponseProducer Modifier and Type Class Description class
BasicResponseProducer
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 AsyncResponseProducer Modifier and Type Field Description private AsyncResponseProducer
ImmediateResponseExchangeHandler. responseProducer
Fields 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. responseProducerRef
private java.util.concurrent.atomic.AtomicReference<AsyncResponseProducer>
BasicAsyncServerExpectationDecorator. responseProducerRef
Methods in org.apache.hc.core5.http.nio.support that return AsyncResponseProducer Modifier and Type Method Description AsyncResponseProducer
AsyncResponseBuilder. build()
protected AsyncResponseProducer
BasicAsyncServerExpectationDecorator. verify(HttpRequest request, HttpContext context)
Constructors in org.apache.hc.core5.http.nio.support with parameters of type AsyncResponseProducer Constructor Description ImmediateResponseExchangeHandler(AsyncResponseProducer responseProducer)
-