Uses of Interface
org.apache.http.client.methods.Configurable
-
Packages that use Configurable Package Description 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.methods
Classes in org.apache.http.client.methods that implement Configurable Modifier and Type Class Description classHttpDeleteHTTP DELETE methodclassHttpEntityEnclosingRequestBaseBasic implementation of an entity enclosing HTTP request that can be modifiedclassHttpGetHTTP GET method.classHttpHeadHTTP HEAD method.classHttpOptionsHTTP OPTIONS method.classHttpPatchHTTP PATCH method.classHttpPostHTTP POST method.classHttpPutHTTP PUT method.classHttpRequestBaseBase implementation ofHttpUriRequest.classHttpTraceHTTP TRACE method.(package private) static classRequestBuilder.InternalEntityEclosingRequest(package private) static classRequestBuilder.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) classInternalHttpClientInternal class.
-