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 |
A
Publisher of HTTP content data that allows streaming operations for asynchronous HTTP clients. |
SdkHttpResponseHandler<T> |
Responsible for handling asynchronous http responses
|
Class | Description |
---|---|
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.
|
Copyright © 2018. All rights reserved.