Class AsyncEntityProducerWrapper

java.lang.Object
org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
All Implemented Interfaces:
EntityDetails, AsyncDataProducer, AsyncEntityProducer, ResourceHolder

@Contract(threading=IMMUTABLE_CONDITIONAL) public class AsyncEntityProducerWrapper extends Object implements AsyncEntityProducer
Base class for wrapping entity producers that delegates all calls to the wrapped producer. Implementations can derive from this class and override only those methods that should not be delegated to the wrapped producer.
Since:
5.0