Class FileAsyncRequestBodySplitHelper

java.lang.Object
software.amazon.awssdk.core.internal.async.FileAsyncRequestBodySplitHelper

public final class FileAsyncRequestBodySplitHelper extends Object
A helper class to split a FileAsyncRequestBody to multiple smaller async request bodies. It ensures the buffer used to be under the configured size via AsyncRequestBodySplitConfiguration.bufferSizeInBytes() by tracking the number of concurrent ongoing AsyncRequestBodys.