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 TypeClassDescriptionclass
HTTP request message with a custom configuration.final class
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.methodsModifier and TypeInterfaceDescriptioninterface
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 ConfigurableModifier and TypeClassDescriptionclass
HTTP DELETE method.class
HTTP GET method.class
HTTP HEAD method.class
HTTP OPTIONS method.class
HTTP PATCH method.class
HTTP POST method.class
HTTP PUT method.class
HTTP 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) class
Internal implementation ofCloseableHttpClient
.