Uses of Interface
org.apache.hc.client5.http.config.Configurable
-
Packages that use Configurable 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.classic.methods Common HTTP methods and message handlers for the classic I/O model.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only. -
-
Uses of Configurable in org.apache.hc.client5.http.async.methods
Classes in org.apache.hc.client5.http.async.methods that implement Configurable Modifier and Type Class Description class
ConfigurableHttpRequest
HTTP request message with a custom configuration.class
SimpleHttpRequest
HTTP request that can enclose a body represented as a simple text string or an array of bytes. -
Uses of Configurable in org.apache.hc.client5.http.classic.methods
Subinterfaces of Configurable in org.apache.hc.client5.http.classic.methods Modifier and Type Interface Description interface
HttpUriRequest
Extended version of theClassicHttpRequest
interface that provides convenience methods to access request properties such as request URI and method type.Classes in org.apache.hc.client5.http.classic.methods that implement Configurable Modifier and Type Class Description class
HttpDelete
HTTP DELETE method.class
HttpGet
HTTP GET method.class
HttpHead
HTTP HEAD method.class
HttpOptions
HTTP OPTIONS method.class
HttpPatch
HTTP PATCH method.class
HttpPost
HTTP POST method.class
HttpPut
HTTP PUT method.class
HttpTrace
HTTP TRACE method.class
HttpUriRequestBase
-
Uses of Configurable in org.apache.hc.client5.http.impl.classic
Classes in org.apache.hc.client5.http.impl.classic that implement Configurable Modifier and Type Class Description (package private) class
InternalHttpClient
Internal implementation ofCloseableHttpClient
.
-