Uses of Interface
org.apache.hc.core5.http.nio.AsyncPushProducer
Packages that use AsyncPushProducer
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 AsyncPushProducer in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type AsyncPushProducerModifier and TypeMethodDescriptionvoidAsyncFilterChain.ResponseTrigger.pushPromise(HttpRequest promise, AsyncPushProducer responseProducer) Pushes a request message head as a promise to deliver a response message.voidAsyncServerRequestHandler.ResponseTrigger.pushPromise(HttpRequest promise, HttpContext context, AsyncPushProducer responseProducer) Pushes a request message head as a promise to deliver a response message.voidResponseChannel.pushPromise(HttpRequest promise, AsyncPushProducer responseProducer, HttpContext context) Pushes a request message head through this channel as a promise to deliver a response message. -
Uses of AsyncPushProducer in org.apache.hc.core5.http.nio.support
Classes in org.apache.hc.core5.http.nio.support that implement AsyncPushProducerModifier and TypeClassDescriptionclassBasic implementation ofAsyncPushProducerthat produces one fixed response and relies on aAsyncEntityProducerto generate response entity stream.Methods in org.apache.hc.core5.http.nio.support that return AsyncPushProducer