| Class | Description |
|---|---|
| AsyncAfterTransmissionInterceptorCallingResponseHandler<T> |
Async response handler decorator to run interceptors after response is received.
|
| AsyncResponseHandler<T> |
Response handler for asynchronous non-streaming operations.
|
| AsyncStreamingResponseHandler<OutputT extends SdkResponse,ReturnT> |
Response handler for asynchronous streaming operations.
|
| CombinedResponseAsyncHttpResponseHandler<OutputT> |
Detects whether the response succeeded or failed by just checking the HTTP status and delegates to appropriate
async response handler.
|
| SimpleHttpContentPublisher |
Implementation of
SdkHttpContentPublisher that provides all it's data at once. |
Copyright © 2020. All rights reserved.