Uses of Interface
org.apache.http.client.methods.Configurable
-
Packages that use Configurable Package Description org.apache.http.client.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.org.apache.http.client.methods Standard HTTP method implementations.org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of Configurable in org.apache.http.client.fluent
Classes in org.apache.http.client.fluent that implement Configurable Modifier and Type Class Description (package private) class
InternalEntityEnclosingHttpRequest
(package private) class
InternalHttpRequest
-
Uses of Configurable in org.apache.http.client.methods
Classes in org.apache.http.client.methods that implement Configurable Modifier and Type Class Description class
HttpDelete
HTTP DELETE methodclass
HttpEntityEnclosingRequestBase
Basic implementation of an entity enclosing HTTP request that can be modifiedclass
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
HttpRequestBase
Base implementation ofHttpUriRequest
.class
HttpTrace
HTTP TRACE method.(package private) static class
RequestBuilder.InternalEntityEclosingRequest
(package private) static class
RequestBuilder.InternalRequest
-
Uses of Configurable in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement Configurable Modifier and Type Class Description (package private) class
InternalHttpClient
Internal class.
-