Interface | Description |
---|---|
HttpResponseHandler<T> |
Responsible for handling an HTTP response and returning an object of type T.
|
Class | Description |
---|---|
AmazonHttpClient | |
AmazonHttpClient.ExecOneRequestParams |
Stateful parameters that are used for executing a single httpClientSettings request.
|
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 |
a single request lifecycle.
|
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 | |
JsonErrorResponseHandler.JsonContent |
Simple struct like class to hold both the raw json string content and it's parsed JsonNode
|
JsonResponseHandler<T> |
Default implementation of HttpResponseHandler that handles a successful response from an AWS
service and unmarshalls the result using a JSON unmarshaller.
|
RepeatableInputStreamRequestEntity |
Custom implementation of
RequestEntity that delegates to an
RepeatableInputStreamRequestEntity , with the one notable difference, that if
the underlying InputStream supports being reset, this RequestEntity will
report that it is repeatable and will reset the stream on all subsequent
attempts to write out the request. |
StaxResponseHandler<T> |
Default implementation of HttpResponseHandler that handles a successful
response from an AWS service and unmarshalls the result using a StAX
unmarshaller.
|
UnreliableTestConfig |
Used to configure the conditions for injecting content input stream failures
for testing purposes.
|
Enum | Description |
---|---|
HttpMethodName |