Package com.amazonaws.http

Interface Summary
HttpResponseHandler<T> Responsible for handling an HTTP response and returning an object of type T.
 

Class Summary
AmazonHttpClient  
DefaultErrorResponseHandler Implementation of HttpResponseHandler that handles only error responses from Amazon Web Services.
ExecutionContext  
HttpMethodReleaseInputStream Utility class to wrap InputStreams obtained from an HttpClient library's HttpMethod object, and ensure the stream and HTTP connection are properly released.
HttpRequest  
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.
StaxResponseHandler<T> Default implementation of HttpResponseHandler that handles a successful response from an AWS service and unmarshalls the result using a StAX unmarshaller.
 

Enum Summary
HttpMethodName  
 



Copyright © 2016. All rights reserved.