| Interface | Description |
|---|---|
| AbortableRunnable |
Runnable that can be aborted.
|
| SdkAsyncHttpClient |
Interface to take a representation of an HTTP request, asynchronously make an HTTP call, and return a representation of an
HTTP response.
|
| SdkAsyncHttpClient.Builder<T extends SdkAsyncHttpClient.Builder<T>> |
Interface for creating an
SdkAsyncHttpClient with service specific defaults applied. |
| SdkAsyncHttpService |
Service Provider interface for Async HTTP implementations.
|
| SdkHttpRequestProvider |
A
Publisher of HTTP content data that allows streaming operations for asynchronous HTTP clients. |
| SdkHttpResponseHandler<T> |
Responsible for handling asynchronous http responses
|
| Class | Description |
|---|---|
| SimpleSubscriber |
Simple subscriber that does no backpressure and doesn't care about errors or completion.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.