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.cache |
This package contains a cache module that can be used for HTTP/1.1
client-side caching.
|
org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
InternalEntityEnclosingHttpRequest |
(package private) class |
InternalHttpRequest |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExecutionAwareRequest |
class |
HttpDelete
HTTP DELETE method
|
class |
HttpEntityEnclosingRequestBase
Basic implementation of an entity enclosing HTTP request
that can be modified
|
class |
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 of
HttpUriRequest . |
class |
HttpTrace
HTTP TRACE method.
|
(package private) static class |
RequestBuilder.InternalEntityEclosingRequest |
(package private) static class |
RequestBuilder.InternalRequest |
Modifier and Type | Field and Description |
---|---|
private HttpExecutionAware |
AsynchronousValidationRequest.execAware |
Constructor and Description |
---|
AsynchronousValidationRequest(AsynchronousValidator parent,
CachingExec cachingExec,
HttpRoute route,
HttpRequestWrapper request,
HttpClientContext context,
HttpExecutionAware execAware,
HttpCacheEntry cacheEntry,
java.lang.String identifier,
int consecutiveFailedAttempts)
Used internally by
AsynchronousValidator to schedule a
revalidation. |