Uses of Interface
org.apache.hc.client5.http.config.Configurable
Packages that use Configurable
Package
Description
Common HTTP methods and message handlers for the asynchronous I/O model.
Common HTTP methods and message handlers for the classic I/O model.
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 ConfigurableModifier and TypeClassDescriptionclassHTTP request message with a custom configuration.final classHTTP 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.methodsModifier and TypeInterfaceDescriptioninterfaceExtended 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 ConfigurableModifier and TypeClassDescriptionclassHTTP DELETE method.classHTTP GET method.classHTTP HEAD method.classHTTP OPTIONS method.classHTTP PATCH method.classHTTP POST method.classHTTP PUT method.classHTTP TRACE method.class -
Uses of Configurable in org.apache.hc.client5.http.impl.classic
Classes in org.apache.hc.client5.http.impl.classic that implement ConfigurableModifier and TypeClassDescription(package private) classInternal implementation ofCloseableHttpClient.