Uses of Class
org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
-
Packages that use AbstractBinDataConsumer Package Description org.apache.hc.core5.http.nio.entity HTTP message entity APIs based on the asynchronous (non-blocking) I/O model. -
-
Uses of AbstractBinDataConsumer in org.apache.hc.core5.http.nio.entity
Subclasses of AbstractBinDataConsumer in org.apache.hc.core5.http.nio.entity Modifier and Type Class Description classAbstractBinAsyncEntityConsumer<T>Abstract binary entity content consumer.classBasicAsyncEntityConsumerBasicAsyncEntityConsumerimplementation that processes the data stream content into a byte array.
-