Uses of Class
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
Packages that use AbstractBinAsyncEntityConsumer
Package
Description
HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.
-
Uses of AbstractBinAsyncEntityConsumer in org.apache.hc.core5.http.nio.entity
Subclasses of AbstractBinAsyncEntityConsumer in org.apache.hc.core5.http.nio.entityModifier and TypeClassDescriptionclass
BasicAsyncEntityConsumer
implementation that processes the data stream content into a byte array.