| Interface | Description |
|---|---|
| CloseableHttpResponse |
Extended version of the
HttpResponse interface that also extends Closeable. |
| Configurable |
Configuration interface for HTTP requests.
|
| HttpExecutionAware |
Interface to be implemented by any object that wishes to be notified of
blocking I/O operations that could be cancelled.
|
| Class | Description |
|---|---|
| AbstractExecutionAwareRequest | |
| HttpDeleteHC4 |
HTTP DELETE method
|
| HttpEntityEnclosingRequestBaseHC4 |
Basic implementation of an entity enclosing HTTP request
that can be modified
|
| HttpGetHC4 |
HTTP GET method.
|
| HttpHeadHC4 |
HTTP HEAD method.
|
| HttpOptionsHC4 |
HTTP OPTIONS method.
|
| HttpPatch |
HTTP PATCH method.
|
| HttpPostHC4 |
HTTP POST method.
|
| HttpPutHC4 |
HTTP PUT method.
|
| HttpRequestBaseHC4 |
Base implementation of
HttpUriRequest. |
| HttpRequestWrapper |
A wrapper class for
HttpRequest that can be used to change properties of the current
request without modifying the original object. |
| HttpTraceHC4 |
HTTP TRACE method.
|
| RequestBuilder |
Builder for
HttpUriRequest instances. |
Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.