|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponseHandler | |
---|---|
com.amazonaws.http |
Uses of HttpResponseHandler in com.amazonaws.http |
---|
Classes in com.amazonaws.http that implement HttpResponseHandler | |
---|---|
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. |
Methods in com.amazonaws.http with parameters of type HttpResponseHandler | ||
---|---|---|
|
AmazonHttpClient.execute(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext)
Executes the request and returns the result. |
|
|
AmazonHttpClient.execute(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext)
Executes the request and returns the result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |