Class 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:
    SimpleBody, SimpleHttpRequest, AsyncRequestBuilder, AsyncEntityProducer
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static SimpleRequestProducer create​(SimpleHttpRequest request)  
      • Methods inherited from class org.apache.hc.core5.http.nio.support.BasicRequestProducer

        available, failed, isRepeatable, produce, releaseResources, sendRequest
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait