Uses of Class
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
Packages that use AbstractCharAsyncEntityProducer
Package
Description
HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.
-
Uses of AbstractCharAsyncEntityProducer in org.apache.hc.core5.http.nio.entity
Subclasses of AbstractCharAsyncEntityProducer in org.apache.hc.core5.http.nio.entityModifier and TypeClassDescriptionclass
BasicAsyncDataProducer
implementation that generates data stream from content of a string.