Uses of Interface
com.amazonaws.http.HttpResponseHandler
-
Packages that use HttpResponseHandler Package Description com.amazonaws.http com.amazonaws.protocol.json -
-
Uses of HttpResponseHandler in com.amazonaws.http
Classes in com.amazonaws.http that implement HttpResponseHandler Modifier and Type Class Description classDefaultErrorResponseHandlerImplementation of HttpResponseHandler that handles only error responses from Amazon Web Services.classJsonErrorResponseHandlerclassJsonResponseHandler<T>Default implementation of HttpResponseHandler that handles a successful response from an AWS service and unmarshalls the result using a JSON unmarshaller.classStaxResponseHandler<T>Default implementation of HttpResponseHandler that handles a successful response from an AWS service and unmarshalls the result using a StAX unmarshaller.Methods in com.amazonaws.http with parameters of type HttpResponseHandler Modifier and Type Method 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. executeWithTimer(Request<?> request, HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler, HttpResponseHandler<AmazonServiceException> errorResponseHandler, ExecutionContext executionContext)Start and end client execution timer around the execution of the request. -
Uses of HttpResponseHandler in com.amazonaws.protocol.json
Methods in com.amazonaws.protocol.json that return HttpResponseHandler Modifier and Type Method Description HttpResponseHandler<AmazonServiceException>SdkJsonProtocolFactory. createErrorResponseHandler(JsonErrorResponseMetadata errorResponsMetadata)Returns the error response handler for handling a error response.<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 successfull response.
-