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: SimpleHttpRequest
s are intended for simple scenarios where entities inclosed
in requests are known to be small. It is generally recommended to use
AsyncRequestBuilder
and streaming
AsyncEntityProducer
s.
- Since:
- 5.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleRequestProducer
(SimpleHttpRequest request, org.apache.hc.core5.http.nio.AsyncEntityProducer entityProducer) -
Method Summary
Methods inherited from class org.apache.hc.core5.http.nio.support.BasicRequestProducer
available, failed, isRepeatable, produce, releaseResources, sendRequest
-
Constructor Details
-
SimpleRequestProducer
SimpleRequestProducer(SimpleHttpRequest request, org.apache.hc.core5.http.nio.AsyncEntityProducer entityProducer)
-
-
Method Details
-
create
-