Uses of Package
software.amazon.awssdk.core.internal.async
Packages that use software.amazon.awssdk.core.internal.async
-
Classes in software.amazon.awssdk.core.internal.async used by software.amazon.awssdk.core.internal.asyncClassDescriptionAn implementation of
AsyncRequestBodyfor providing data from the suppliedByteBufferarray.Subscription which can emitSubscriber#onNext(T)signals to a subscriber, based on the demand received with theSubscription.request(long).Publisher implementation that wraps the content of another publisher in an envelope with an optional prefix (or header) and suffix (or footer).Implementation ofAsyncRequestBodythat reads data from a file.A builder forFileAsyncRequestBody.AsyncResponseTransformerthat writes the data to the specified file.Splits anAsyncRequestBodyto multiple smallerAsyncRequestBodys, each of which publishes a specific portion of the original data.Split aAsyncResponseTransformerinto multiple ones, publishing them as aSdkPublisher.Represent a subAsyncRequestBodythat publishes a portion of the sourceAsyncRequestBodyConfiguration class containing shared properties for SubAsyncRequestBody implementations.