Uses of Interface
org.apache.hc.core5.http.nio.AsyncRequestProducer
Packages that use AsyncRequestProducer
Package
Description
Apache Bench (AB) clone based on HttpCore.
HTTP/1.1 requester and server bootstrap.
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
Support classes for the asynchronous I/O model.
HTTP/2 capable requester and server bootstrap.
-
Uses of AsyncRequestProducer in org.apache.hc.core5.benchmark
Methods in org.apache.hc.core5.benchmark that return AsyncRequestProducerModifier and TypeMethodDescriptionprivate AsyncRequestProducer
BenchmarkWorker.createRequestProducer()
-
Uses of AsyncRequestProducer in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type AsyncRequestProducerModifier and TypeMethodDescriptionfinal <T> Future
<T> HttpAsyncRequester.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, Timeout timeout, HttpContext context, FutureCallback<T> callback) final <T> Future
<T> HttpAsyncRequester.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, Timeout timeout, FutureCallback<T> callback) final <T> Future
<T> HttpAsyncRequester.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, Timeout timeout, HttpContext context, FutureCallback<T> callback) -
Uses of AsyncRequestProducer in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type AsyncRequestProducerModifier and TypeMethodDescriptionfinal <T> Future
<T> AsyncClientEndpoint.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, FutureCallback<T> callback) Initiates a message exchange using the given request producer and response consumer.final <T> Future
<T> AsyncClientEndpoint.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpContext context, FutureCallback<T> callback) Initiates message exchange using the given request producer and response consumer.final <T> Future
<T> AsyncClientEndpoint.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, HttpContext context, FutureCallback<T> callback) Initiates message exchange using the given request producer and response consumer. -
Uses of AsyncRequestProducer in org.apache.hc.core5.http.nio.support
Classes in org.apache.hc.core5.http.nio.support that implement AsyncRequestProducerModifier and TypeClassDescriptionclass
Basic implementation ofAsyncRequestProducer
that produces one fixed request and relies on aAsyncEntityProducer
to generate request entity stream.Fields in org.apache.hc.core5.http.nio.support declared as AsyncRequestProducerModifier and TypeFieldDescriptionprivate final AsyncRequestProducer
BasicClientExchangeHandler.requestProducer
Methods in org.apache.hc.core5.http.nio.support that return AsyncRequestProducerConstructors in org.apache.hc.core5.http.nio.support with parameters of type AsyncRequestProducerModifierConstructorDescriptionBasicClientExchangeHandler
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, FutureCallback<T> resultCallback) -
Uses of AsyncRequestProducer in org.apache.hc.core5.http2.impl.nio.bootstrap
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type AsyncRequestProducerModifier and TypeMethodDescriptionfinal <T> Future
<T> H2MultiplexingRequester.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, Timeout timeout, HttpContext context, FutureCallback<T> callback) final <T> Future
<T> H2MultiplexingRequester.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, Timeout timeout, FutureCallback<T> callback) final <T> Future
<T> H2MultiplexingRequester.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, Timeout timeout, HttpContext context, FutureCallback<T> callback) -
Uses of AsyncRequestProducer in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio with parameters of type AsyncRequestProducerModifier and TypeMethodDescription<T> Future
<T> ClientSessionEndpoint.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, FutureCallback<T> callback) <T> Future
<T> ClientSessionEndpoint.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpContext context, FutureCallback<T> callback) <T> Future
<T> ClientSessionEndpoint.execute
(AsyncRequestProducer requestProducer, AsyncResponseConsumer<T> responseConsumer, HttpContext context, FutureCallback<T> callback)