| Package | Description |
|---|---|
| org.apache.http.client |
The API for client-side HTTP communication.
|
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
| org.apache.http.client.utils |
Helpers and utility classes for HttpClient.
|
| org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client. |
| org.apache.http.impl.execchain |
| Class and Description |
|---|
| HttpUriRequest
Extended version of the
HttpRequest interface that provides
convenience methods to access request properties such as request URI
and method type. |
| Class and Description |
|---|
| AbortableHttpRequest
Deprecated.
(4.3) use
HttpExecutionAware |
| AbstractExecutionAwareRequest |
| Configurable
Configuration interface for HTTP requests.
|
| HttpEntityEnclosingRequestBase
Basic implementation of an entity enclosing HTTP request
that can be modified
|
| HttpExecutionAware
Interface to be implemented by any object that wishes to be notified of request execution
events.
|
| HttpRequestBase
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. |
| HttpUriRequest
Extended version of the
HttpRequest interface that provides
convenience methods to access request properties such as request URI
and method type. |
| RequestBuilder |
| Class and Description |
|---|
| CloseableHttpResponse
Extended version of the
HttpResponse interface that also extends Closeable. |
| Class and Description |
|---|
| CloseableHttpResponse
Extended version of the
HttpResponse interface that also extends Closeable. |
| HttpUriRequest
Extended version of the
HttpRequest interface that provides
convenience methods to access request properties such as request URI
and method type. |
| Class and Description |
|---|
| CloseableHttpResponse
Extended version of the
HttpResponse interface that also extends Closeable. |
| HttpExecutionAware
Interface to be implemented by any object that wishes to be notified of request execution
events.
|
| HttpRequestWrapper
A wrapper class for
HttpRequest that can be used to change properties of the current
request without modifying the original object. |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.