Package com.amazonaws.http
package com.amazonaws.http
-
ClassDescriptionImplementation of HttpResponseHandler that handles only error responses from Amazon Web Services.Implements the
DnsResolverinterface, taking in aDnsResolverimplementation and executing itsDnsResolver.resolve(String)method to perform the actual DNS resolution.a single request lifecycle.Represents an HTTP response returned by an AWS service in response to a service request.Responsible for handling an HTTP response and returning an object of type T.Daemon thread to periodically check connection pools for idle connections.Default implementation of HttpResponseHandler that handles a successful response from an AWS service and unmarshalls the result using a JSON unmarshaller.Custom implementation ofthat delegates to aninvalid reference
RequestEntityRepeatableInputStreamRequestEntity, 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.Default implementation of HttpResponseHandler that handles a successful response from an AWS service and unmarshalls the result using a StAX unmarshaller.