Uses of Package
org.apache.hc.client5.http.async.methods
Packages that use org.apache.hc.client5.http.async.methods
Package
Description
Common HTTP methods and message handlers for the asynchronous I/O model.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Classes in org.apache.hc.client5.http.async.methods used by org.apache.hc.client5.http.async.methodsClassDescriptionHTTP request message with a custom configuration.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.HTTP response that can enclose a body represented as a simple text string or an array of bytes.Builder for
SimpleHttpRequest
instances.HTTP request producer that generates message data stream events based on content of aSimpleHttpRequest
instance.Builder forSimpleHttpResponse
instances.HTTP response consumer that generates aSimpleHttpResponse
instance based on events of an incoming data stream. -
Classes in org.apache.hc.client5.http.async.methods used by org.apache.hc.client5.http.impl.asyncClassDescriptionHTTP request that can enclose a body represented as a simple text string or an array of bytes.HTTP response that can enclose a body represented as a simple text string or an array of bytes.
-
Classes in org.apache.hc.client5.http.async.methods used by org.apache.hc.client5.http.impl.cacheClassDescriptionHTTP response that can enclose a body represented as a simple text string or an array of bytes.
-
Classes in org.apache.hc.client5.http.async.methods used by org.apache.hc.client5.testing.asyncClassDescriptionHTTP request that can enclose a body represented as a simple text string or an array of bytes.HTTP response that can enclose a body represented as a simple text string or an array of bytes.