Package org.apache.hc.client5.http.async.methods
package org.apache.hc.client5.http.async.methods
Common HTTP methods and message handlers for the asynchronous I/O model.
-
ClassDescriptionAbstract push response consumer that processes response body data as an octet stream.Abstract response consumer that processes response body data as an octet stream.Abstract push response consumer that processes response body data as a character stream.Abstract response consumer that processes response body data as a character stream.Deprecated.HTTP request message with a custom configuration.
AsyncEntityProducerthat streams the output of another producer through the raw DEFLATE compression algorithm.AsyncEntityProducerthat Brotli-compresses bytes from an upstream producer on the fly and writes the compressed stream to the targetDataStreamChannel.Streams anAsyncEntityProducerthrough raw DEFLATE and wraps the result in a valid GZIP container.AsyncEntityProducerthat compresses the bytes produced by a delegate entity into a single Zstandard (zstd) frame on the fly.Deprecated.Streaming, non-blockingAsyncDataConsumerthat transparently inflates a response whoseContent-Encodingisdeflate.AsyncDataConsumerthat inflates a Brotli-compressed byte stream and forwards decompressed bytes to a downstream consumer.StreamingAsyncDataConsumerthat inflatesContent-Encoding: gzip.AsyncDataConsumerthat inflates Zstandard (zstd) content codings.Message body representation as a simple text string or an array of bytes.HTTP request that can enclose a body represented as a simple text string or an array of bytes.Deprecated.UseSimpleRequestBuilder.HTTP response that can enclose a body represented as a simple text string or an array of bytes.Builder forSimpleHttpRequestinstances.HTTP request producer that generates message data stream events based on content of aSimpleHttpRequestinstance.BuildsSimpleHttpResponseinstances.HTTP response consumer that generates aSimpleHttpResponseinstance based on events of an incoming data stream.
BasicRequestBuilder.