Uses of Class
org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
-
Packages that use AbstractCharDataConsumer Package Description org.apache.hc.core5.http.nio.entity HTTP message entity APIs based on the asynchronous (non-blocking) I/O model. -
-
Uses of AbstractCharDataConsumer in org.apache.hc.core5.http.nio.entity
Subclasses of AbstractCharDataConsumer in org.apache.hc.core5.http.nio.entity Modifier and Type Class Description class
AbstractCharAsyncEntityConsumer<T>
Abstract text entity content consumer.class
StringAsyncEntityConsumer
BasicAsyncEntityConsumer
implementation that processes the data stream content into a string.
-