Uses of Interface
org.apache.hc.core5.http.nio.AsyncEntityConsumer
Packages that use AsyncEntityConsumer
Package
Description
HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.
Support classes for the asynchronous I/O model.
Support classes for the asynchronous I/O model that emulate
behavior of the classic (blocking) I/O model.
-
Uses of AsyncEntityConsumer in org.apache.hc.core5.http.nio.entity
Classes in org.apache.hc.core5.http.nio.entity that implement AsyncEntityConsumerModifier and TypeClassDescriptionclassAbstract binary entity content consumer.classAbstract text entity content consumer.classBasicAsyncEntityConsumerimplementation that processes the data stream content into a byte array.classAsyncEntityConsumerimplementation that processes the data stream content into aCharSequence.classAsyncEntityConsumerdecorator that calculates a digest hash from the data stream content and keeps the list of trailers received with the data stream.final classNo-opAsyncEntityConsumerthat discards all data from the data stream.final classDeprecated.classBasicAsyncEntityConsumerimplementation that processes the data stream content into a string.Constructors in org.apache.hc.core5.http.nio.entity with parameters of type AsyncEntityConsumerModifierConstructorDescriptionDigestingEntityConsumer(String algo, AsyncEntityConsumer<T> wrapped) -
Uses of AsyncEntityConsumer in org.apache.hc.core5.http.nio.support
Method parameters in org.apache.hc.core5.http.nio.support with type arguments of type AsyncEntityConsumerModifier and TypeMethodDescriptionAsyncClientPipeline.ResponseContentStage.consumeContent(Resolver<ContentType, Supplier<AsyncEntityConsumer<T>>> dataConsumerResolver) ConfiguresAsyncEntityConsumersupplier to be used by the pipeline to process the incoming response content stream.AsyncServerPipeline.RequestContentStage.consumeContent(Resolver<ContentType, Supplier<AsyncEntityConsumer<T>>> dataConsumerResolver) ResolvesAsyncEntityConsumerto be used by the pipeline to process the incoming request content stream.Constructors in org.apache.hc.core5.http.nio.support with parameters of type AsyncEntityConsumerModifierConstructorDescriptionAbstractAsyncRequesterConsumer(AsyncEntityConsumer<E> dataConsumer) AbstractAsyncResponseConsumer(AsyncEntityConsumer<E> dataConsumer) BasicRequestConsumer(AsyncEntityConsumer<T> dataConsumer) BasicResponseConsumer(AsyncEntityConsumer<T> dataConsumer) Constructor parameters in org.apache.hc.core5.http.nio.support with type arguments of type AsyncEntityConsumerModifierConstructorDescriptionAbstractAsyncRequesterConsumer(Supplier<AsyncEntityConsumer<E>> dataConsumerSupplier) AbstractAsyncResponseConsumer(Supplier<AsyncEntityConsumer<E>> dataConsumerSupplier) BasicRequestConsumer(Supplier<AsyncEntityConsumer<T>> dataConsumerSupplier) BasicResponseConsumer(Supplier<AsyncEntityConsumer<T>> dataConsumerSupplier) -
Uses of AsyncEntityConsumer in org.apache.hc.core5.http.nio.support.classic
Classes in org.apache.hc.core5.http.nio.support.classic that implement AsyncEntityConsumerModifier and TypeClassDescriptionclassDeprecated.
DiscardingEntityConsumer