Interface | Description |
---|---|
HttpClient |
Interface for an HTTP client.
|
HttpResponseHandler<T> |
Responsible for handling an HTTP response and returning an object of type T.
|
Class | Description |
---|---|
AmazonHttpClient |
The Amazon HTTP Client class.
|
DefaultErrorResponseHandler |
Implementation of HttpResponseHandler that handles only error responses from
Amazon Web Services.
|
ExecutionContext |
The execution context.
|
HttpHeader |
Http header class.
|
HttpRequest |
A HTTP request class.
|
HttpRequestFactory |
Responsible for converting AWS
Request s to HttpRequest s. |
HttpResponse |
Represents an HTTP response returned by an AWS service in response to a
service request.
|
HttpResponse.Builder |
A builder class for
HttpResponse to create an immutable instance. |
JsonErrorResponseHandler |
The JSON error response handler class.
|
JsonErrorResponseHandler.JsonErrorResponse |
A class that represents the error object returned from JSON service.
|
JsonResponseHandler<T> |
Default implementation of HttpResponseHandler that handles a successful
response from an AWS service and unmarshalls the result using a JSON
unmarshaller.
|
LoggingHandshakeCompletedListener | |
StaxResponseHandler<T> |
Default implementation of HttpResponseHandler that handles a successful
response from an AWS service and unmarshalls the result using a StAX
unmarshaller.
|
TLS12SocketFactory |
Although this has public access, it is intended for internal use and should not be used directly by host
applications.
|
UrlHttpClient |
An implementation of
HttpClient by HttpURLConnection . |
Enum | Description |
---|---|
HttpMethodName |
Enums for HTTP method.
|