Interface | Description |
---|---|
AmazonHttpClient.RequestExecutionBuilder |
Interface to configure a request execution and execute the request.
|
HttpResponseHandler<T> |
Responsible for handling an HTTP response and returning an object of type T.
|
Class | Description |
---|---|
AmazonHttpClient | |
AmazonHttpClient.Builder | |
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 | |
ExecutionContext.Builder | |
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 | |
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. |
SdkHttpMetadata |
Metadata about the HTTP response.
|
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 © 2017. All rights reserved.