Class AbstractClassicEntityConsumer<T>

java.lang.Object
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer<T>
Type Parameters:
T - entity representation.
All Implemented Interfaces:
AsyncDataConsumer, AsyncEntityConsumer<T>, ResourceHolder

public abstract class AbstractClassicEntityConsumer<T> extends Object implements AsyncEntityConsumer<T>
AsyncEntityConsumer implementation that acts as a compatibility layer for classic InputStream based interfaces. Blocking input processing is executed through an Executor.
Since:
5.0