| Interface | Description |
|---|---|
| HttpResponseHandler<T> |
Responsible for handling an HTTP response and returning an object of type T.
|
| Class | Description |
|---|---|
| AmazonHttpClient | |
| DefaultErrorResponseHandler |
Implementation of HttpResponseHandler that handles only error responses from
Amazon Web Services.
|
| DelegatingDnsResolver |
Implements the
DnsResolver interface,
taking in a DnsResolver implementation and executing its
DnsResolver.resolve(String) method to perform the
actual DNS resolution. |
| ExecutionContext | |
| HttpClientFactory |
Responsible for creating and configuring instances of Apache HttpClient4.
|
| HttpResponse |
Represents an HTTP response returned by an AWS service in response to a
service request.
|
| IdleConnectionReaper |
Daemon thread to periodically check connection pools for idle connections.
|
| JsonErrorResponseHandler | |
| JsonErrorResponseHandlerV2 | |
| JsonResponseHandler<T> |
Default implementation of HttpResponseHandler that handles a successful
response from an AWS service and unmarshalls the result using a JSON
unmarshaller.
|
| StaxResponseHandler<T> |
Default implementation of HttpResponseHandler that handles a successful
response from an AWS service and unmarshalls the result using a StAX
unmarshaller.
|
| Enum | Description |
|---|---|
| HttpMethodName |
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.