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