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 classConfigurableHttpRequestHTTP request message with a custom configuration.classSimpleHttpRequestHTTP 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 interfaceHttpUriRequestExtended version of theClassicHttpRequestinterface 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 classHttpDeleteHTTP DELETE method.classHttpGetHTTP GET method.classHttpHeadHTTP HEAD method.classHttpOptionsHTTP OPTIONS method.classHttpPatchHTTP PATCH method.classHttpPostHTTP POST method.classHttpPutHTTP PUT method.classHttpTraceHTTP TRACE method.classHttpUriRequestBase -
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) classInternalHttpClientInternal implementation ofCloseableHttpClient.
-