Uses of Class
org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
-
Packages that use ConfigurableHttpRequest Package Description org.apache.hc.client5.http.async.methods Common HTTP methods and message handlers for the asynchronous I/O model. -
-
Uses of ConfigurableHttpRequest in org.apache.hc.client5.http.async.methods
Subclasses of ConfigurableHttpRequest in org.apache.hc.client5.http.async.methods Modifier and Type Class Description class
SimpleHttpRequest
HTTP request that can enclose a body represented as a simple text string or an array of bytes.
-