Package org.apache.hc.client5.http.async.methods
Common HTTP methods and message handlers for the asynchronous I/O model.
-
Class Summary Class Description AbstractBinPushConsumer Abstract push response consumer that processes response body data as an octet stream.AbstractBinResponseConsumer<T> Abstract response consumer that processes response body data as an octet stream.AbstractCharPushConsumer Abstract push response consumer that processes response body data as a character stream.AbstractCharResponseConsumer<T> Abstract response consumer that processes response body data as a character stream.BasicHttpRequests Deprecated. UseBasicRequestBuilder.ConfigurableHttpRequest HTTP request message with a custom configuration.DeflatingAsyncEntityProducer AsyncEntityProducerthat streams the output of another producer through the raw DEFLATE compression algorithm.DeflatingBrotliEntityProducer AsyncEntityProducerthat Brotli-compresses bytes from an upstream producer on the fly and writes the compressed stream to the targetDataStreamChannel.DeflatingGzipEntityProducer Streams anAsyncEntityProducerthrough raw DEFLATE and wraps the result in a valid GZIP container.DeflatingZstdEntityProducer AsyncEntityProducerthat compresses the bytes produced by a delegate entity into a single Zstandard (zstd) frame on the fly.IgnoreCompleteExceptionFutureCallback<T> IgnoreCompleteExceptonFutureCallback<T> Deprecated. InflatingAsyncDataConsumer Streaming, non-blockingAsyncDataConsumerthat transparently inflates a response whoseContent-Encodingisdeflate.InflatingBrotliDataConsumer AsyncDataConsumerthat inflates a Brotli-compressed byte stream and forwards decompressed bytes to a downstream consumer.InflatingGzipDataConsumer StreamingAsyncDataConsumerthat inflatesContent-Encoding: gzip.InflatingZstdDataConsumer AsyncDataConsumerthat inflates Zstandard (zstd) content codings.SimpleAsyncEntityConsumer SimpleBody Message body representation as a simple text string or an array of bytes.SimpleHttpRequest HTTP request that can enclose a body represented as a simple text string or an array of bytes.SimpleHttpRequests Deprecated. UseSimpleRequestBuilder.SimpleHttpResponse HTTP response that can enclose a body represented as a simple text string or an array of bytes.SimpleRequestBuilder Builder forSimpleHttpRequestinstances.SimpleRequestProducer HTTP request producer that generates message data stream events based on content of aSimpleHttpRequestinstance.SimpleResponseBuilder BuildsSimpleHttpResponseinstances.SimpleResponseConsumer HTTP response consumer that generates aSimpleHttpResponseinstance based on events of an incoming data stream. -
Enum Summary Enum Description DeflatingBrotliEntityProducer.State