public class ChecksumCalculatingAsyncRequestBody extends Object implements AsyncRequestBody
| Constructor and Description |
|---|
ChecksumCalculatingAsyncRequestBody(AsyncRequestBody wrapped,
SdkChecksum sdkChecksum) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Long> |
contentLength() |
void |
subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> s) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitempty, fromByteBuffer, fromBytes, fromFile, fromFile, fromPublisher, fromString, fromStringadapt, buffer, filter, filter, flatMapIterable, limit, map, subscribepublic ChecksumCalculatingAsyncRequestBody(AsyncRequestBody wrapped, SdkChecksum sdkChecksum)
public Optional<Long> contentLength()
contentLength in interface AsyncRequestBodypublic void subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> s)
subscribe in interface org.reactivestreams.Publisher<ByteBuffer>Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.