Package org.apache.hc.core5.http.nio.entity
package org.apache.hc.core5.http.nio.entity
HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.
-
ClassDescriptionAbstract binary entity content consumer.Abstract binary entity content producer.Abstract binary data consumer.Abstract text entity content consumer.Abstract text entity content producer.Abstract text data consumer.{AsyncEntityProducer} factory methods.Base class for wrapping entity producers that delegates all calls to the wrapped producer.Basic
AsyncEntityConsumerimplementation that processes the data stream content into a byte array.BasicAsyncEntityProducerimplementation that generates data stream from content of a byte array.AsyncEntityConsumerdecorator that calculates a digest hash from the data stream content and keeps the list of trailers received with the data stream.AsyncEntityProducerdecorator that calculates a digest hash from the data stream content and appends its value to the list of trailers.No-opAsyncEntityConsumerthat discards all data from the data stream.AsyncEntityProducerimplementation that generates data stream from content of aFile.Deprecated.AsyncEntityProducerimplementation that generates a data stream from the content at aPath.BasicAsyncEntityConsumerimplementation that processes the data stream content into a string.BasicAsyncDataProducerimplementation that generates data stream from content of a string.
DiscardingEntityConsumer