| Package | Description |
|---|---|
| com.ibm.cos.v2.core.async | |
| com.ibm.cos.v2.core.async.listener |
| Modifier and Type | Method and Description |
|---|---|
AsyncRequestBodySplitConfiguration.Builder |
AsyncRequestBodySplitConfiguration.Builder.bufferSizeInBytes(Long bufferSizeInBytes)
The maximum buffer size the SDK will use to buffer the content from the source
SdkPublisher. |
static AsyncRequestBodySplitConfiguration.Builder |
AsyncRequestBodySplitConfiguration.builder()
Create a
AsyncRequestBodySplitConfiguration.Builder, used to create a AsyncRequestBodySplitConfiguration. |
AsyncRequestBodySplitConfiguration.Builder |
AsyncRequestBodySplitConfiguration.Builder.chunkSizeInBytes(Long chunkSizeInBytes)
Configures the size for each divided chunk.
|
AsyncRequestBodySplitConfiguration.Builder |
AsyncRequestBodySplitConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
default SdkPublisher<AsyncRequestBody> |
AsyncRequestBody.split(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration)
This is a convenience method that passes an instance of the
AsyncRequestBodySplitConfiguration builder,
avoiding the need to create one manually via AsyncRequestBodySplitConfiguration.builder(). |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AsyncRequestBody> |
AsyncRequestBodyListener.NotifyingAsyncRequestBody.split(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration) |
Copyright © 2026. All rights reserved.