Package | Description |
---|---|
com.amazonaws.http | |
com.amazonaws.services.s3.internal | |
com.amazonaws.services.simpledb.internal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultErrorResponseHandler
Implementation of HttpResponseHandler that handles only error responses from
Amazon Web Services.
|
class |
JsonErrorResponseHandler |
class |
JsonResponseHandler<T>
Default implementation of HttpResponseHandler that handles a successful
response from an AWS service and unmarshalls the result using a JSON
unmarshaller.
|
class |
StaxResponseHandler<T>
Default implementation of HttpResponseHandler that handles a successful
response from an AWS service and unmarshalls the result using a StAX
unmarshaller.
|
Modifier and Type | Method and Description |
---|---|
<T> Response<T> |
AmazonHttpClient.execute(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext)
Executes the request and returns the result.
|
<T> Response<T> |
AmazonHttpClient.execute(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext)
Executes the request and returns the result.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractS3ResponseHandler<T>
Abstract HTTP response handler for Amazon S3 responses.
|
class |
ResponseHeaderHandlerChain<T>
An XML response handler that can also process an arbitrary number of headers
in the response.
|
class |
S3ErrorResponseHandler
Response handler for S3 error responses.
|
class |
S3MetadataResponseHandler
S3 response handler that knows how to pull S3 object metadata out of a
response and unmarshall it into an S3ObjectMetadata object.
|
class |
S3ObjectResponseHandler
S3 HTTP response handler that knows how to pull S3 object content and
metadata out of an HTTP response and unmarshall it into an S3Object object.
|
class |
S3StringResponseHandler
Custom S3 response handler for responses that simply contain text data that
doesn't need to be parsed as XML.
|
class |
S3XmlResponseHandler<T>
S3 Implementation of HttpResponseHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDBStaxResponseHandler<T> |
Copyright © 2016. All rights reserved.