Class AsyncChunkEncodedPayload
java.lang.Object
software.amazon.awssdk.http.auth.aws.internal.signer.chunkedencoding.AsyncChunkEncodedPayload
- All Implemented Interfaces:
ChunkedEncodedPayload
@SdkInternalApi
public class AsyncChunkEncodedPayload
extends Object
implements ChunkedEncodedPayload
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExtension(ChunkExtensionProvider chunkExtensionProvider) voidaddTrailer(TrailerProvider trailerProvider) voidchecksumPayload(SdkChecksum checksum) Update the payload so that its data is fed to the given checksum.voiddecodedContentLength(long contentLength) Set the decoded content length of the payload.trailers()
-
Constructor Details
-
AsyncChunkEncodedPayload
-
-
Method Details
-
addTrailer
- Specified by:
addTrailerin interfaceChunkedEncodedPayload
-
trailers
- Specified by:
trailersin interfaceChunkedEncodedPayload
-
addExtension
- Specified by:
addExtensionin interfaceChunkedEncodedPayload
-
checksumPayload
Description copied from interface:ChunkedEncodedPayloadUpdate the payload so that its data is fed to the given checksum.- Specified by:
checksumPayloadin interfaceChunkedEncodedPayload
-
decodedContentLength
public void decodedContentLength(long contentLength) Description copied from interface:ChunkedEncodedPayloadSet the decoded content length of the payload.- Specified by:
decodedContentLengthin interfaceChunkedEncodedPayload
-