Class SimpleRequestProducer

java.lang.Object
org.apache.hc.core5.http.nio.support.BasicRequestProducer
org.apache.hc.client5.http.async.methods.SimpleRequestProducer
All Implemented Interfaces:
org.apache.hc.core5.http.nio.AsyncDataProducer, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.ResourceHolder

public final class SimpleRequestProducer extends org.apache.hc.core5.http.nio.support.BasicRequestProducer
HTTP request producer that generates message data stream events based on content of a SimpleHttpRequest instance.

IMPORTANT: SimpleHttpRequests are intended for simple scenarios where entities inclosed in requests are known to be small. It is generally recommended to use AsyncRequestBuilder and streaming AsyncEntityProducers.

Since:
5.0
See Also: