| Package | Description | 
|---|---|
| com.amazonaws.http | |
| com.amazonaws.http.response | |
| com.amazonaws.protocol.json | |
| utils.http | 
| Modifier and Type | Method and Description | 
|---|---|
AmazonWebServiceResponse<T> | 
StaxResponseHandler.handle(HttpResponse response)  | 
AmazonWebServiceResponse<T> | 
JsonResponseHandler.handle(HttpResponse response)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> Response<T> | 
AmazonHttpClient.execute(Request<?> request,
       HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
       HttpResponseHandler<AmazonServiceException> errorResponseHandler,
       ExecutionContext executionContext)
Deprecated. 
 
Use  
AmazonHttpClient.requestExecutionBuilder() to configure and execute a HTTP request. | 
<T> Response<T> | 
AmazonHttpClient.execute(Request<?> request,
       HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
       HttpResponseHandler<AmazonServiceException> errorResponseHandler,
       ExecutionContext executionContext,
       RequestConfig requestConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
AmazonWebServiceResponse<Object> | 
ErrorDuringUnmarshallingResponseHandler.handle(HttpResponse response)  | 
AmazonWebServiceResponse<Object> | 
EmptyAWSResponseHandler.handle(HttpResponse response)  | 
AmazonWebServiceResponse<Object> | 
UnresponsiveResponseHandler.handle(HttpResponse response)  | 
AmazonWebServiceResponse<String> | 
DummyResponseHandler.handle(HttpResponse response)  | 
AmazonWebServiceResponse<Object> | 
NullResponseHandler.handle(HttpResponse response)  | 
| Constructor and Description | 
|---|
AwsResponseHandlerAdapter(HttpResponseHandler<AmazonWebServiceResponse<T>> delegate,
                         Request<?> request,
                         AWSRequestMetrics awsRequestMetrics,
                         MetadataCache responseMetadataCache)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> HttpResponseHandler<AmazonWebServiceResponse<T>> | 
SdkJsonProtocolFactory.createResponseHandler(JsonOperationMetadata operationMetadata,
                     com.amazonaws.transform.Unmarshaller<T,com.amazonaws.transform.JsonUnmarshallerContext> responseUnmarshaller)
Returns the response handler to be used for handling a successful response. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> HttpResponseHandler<AmazonWebServiceResponse<T>> | 
HttpResponseHandlers.responseHandler(utils.http.HttpResponseHandlers.FunctionWithException<HttpResponse,T> handle)  | 
static HttpResponseHandler<AmazonWebServiceResponse<String>> | 
HttpResponseHandlers.stringResponseHandler()  | 
Copyright © 2021. All rights reserved.