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.
-
ClassesClassDescriptionAbstract 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.Deprecated.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.Use
SimpleRequestBuilder
.HTTP response that can enclose a body represented as a simple text string or an array of bytes.Builder forSimpleHttpRequest
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.
BasicRequestBuilder
.