Interface | Description |
---|---|
AmazonAsyncHttpClient.RequestExecutionBuilder |
Interface to configure a request execution and execute the request.
|
AmazonHttpClient.RequestExecutionBuilder |
Interface to configure a request execution and execute the request.
|
HttpResponseHandler<T> |
Responsible for handling an HTTP response and returning an object of type T.
|
Class | Description |
---|---|
AmazonAsyncHttpClient | |
AmazonHttpClient | |
DefaultErrorResponseHandler |
Implementation of HttpResponseHandler that handles only error responses from Amazon Web Services.
|
ExecutionContext | |
ExecutionContext.Builder | |
HttpAsyncClientDependencies | |
HttpAsyncClientDependencies.Builder | |
HttpClientDependencies |
Client scoped dependencies of
AmazonHttpClient . |
HttpClientDependencies.Builder<T extends HttpClientDependencies.Builder<T>> |
Builder for
HttpClientDependencies . |
HttpResponse |
Represents an HTTP response returned by an AWS service in response to a
service request.
|
HttpSyncClientDependencies | |
HttpSyncClientDependencies.Builder | |
InterruptMonitor |
A set of utilities for monitoring the status of the currently-executing SDK thread.
|
SdkHttpFullRequestAdapter |
Adapts a
Request to the new SdkHttpFullRequest interface. |
SdkHttpMetadata |
Metadata about the HTTP response.
|
SdkHttpResponseAdapter |
Adapts a
SdkHttpFullResponse object to the legacy HttpResponse . |
StaxResponseHandler<T> |
Default implementation of HttpResponseHandler that handles a successful
response from an AWS service and unmarshalls the result using a StAX
unmarshaller.
|
StreamManagingStage<OutputT> |
Instruments the request input stream for both retry purposes (to allow for mark/reset) and progress reporting.
|
Enum | Description |
---|---|
HttpMethodName |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.