Package | Description |
---|---|
org.apache.http.client.methods |
Standard HTTP method implementations.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExecutionAwareRequest |
class |
HttpDelete
HTTP DELETE method
The HTTP DELETE method is defined in section 9.7 of
RFC2616:
The DELETE method requests that the origin server delete the resource
identified by the Request-URI. [...]
|
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 |
HttpRequestWrapper
A wrapper class for
HttpRequest that can be used to change properties of the current
request without modifying the original object. |
(package private) static class |
HttpRequestWrapper.HttpEntityEnclosingRequestWrapper |
class |
HttpTrace
HTTP TRACE method.
|
(package private) static class |
RequestBuilder.InternalEntityEclosingRequest |
(package private) static class |
RequestBuilder.InternalRequest |
Modifier and Type | Class and Description |
---|---|
class |
EntityEnclosingRequestWrapper
Deprecated.
(4.3) do not use.
|
class |
RequestWrapper
Deprecated.
(4.3) do not use.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicHttpEntityEnclosingRequest
Basic implementation of
HttpEntityEnclosingRequest . |
class |
BasicHttpRequest
Basic implementation of
HttpRequest . |
class |
BasicHttpResponse
Basic implementation of
HttpResponse . |