Package software.amazon.awssdk.http.async
-
Interface Summary Interface Description AsyncExecuteRequest.Builder 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>> SdkAsyncHttpResponseHandler Handles asynchronous HTTP responses.SdkAsyncHttpService Service Provider interface for Async HTTP implementations.SdkHttpContentPublisher APublisher
of HTTP content data that allows streaming operations for asynchronous HTTP clients.SdkHttpResponseHandler<T> Responsible for handling asynchronous http responses -
Class Summary Class Description AbortableInputStreamSubscriber Wrapper ofInputStreamSubscriber
that also implementsAbortable
.AbortableInputStreamSubscriber.Builder AsyncExecuteRequest Request object containing the parameters necessary to make an asynchronous HTTP request.SimpleSubscriber Simple subscriber that does no backpressure and doesn't care about errors or completion.