| Interface | Description |
|---|---|
| FileAsyncRequestBody.Builder |
A builder for
FileAsyncRequestBody. |
| Class | Description |
|---|---|
| ByteArrayAsyncRequestBody |
An implementation of
AsyncRequestBody for providing data from memory. |
| ByteArrayAsyncResponseTransformer<ResponseT> |
Implementation of
AsyncResponseTransformer that dumps content into a byte array and supports further
conversions into types, like strings. |
| EnvelopeWrappedSdkPublisher<T> |
Publisher implementation that wraps the content of another publisher in an envelope with an optional prefix (or
header) and suffix (or footer).
|
| FileAsyncRequestBody |
Implementation of
AsyncRequestBody that reads data from a file. |
| FileAsyncResponseTransformer<ResponseT> |
AsyncResponseTransformer that writes the data to the specified file. |
| SdkPublishers |
Common implementations of
SdkPublisher that are provided for convenience when building asynchronous
interceptors to be used with specific clients. |
Copyright © 2021. All rights reserved.