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 SummaryConstructors
- 
Method SummaryModifier 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 interface- ChunkedEncodedPayload
 
- 
trailers- Specified by:
- trailersin interface- ChunkedEncodedPayload
 
- 
addExtension- Specified by:
- addExtensionin interface- ChunkedEncodedPayload
 
- 
checksumPayloadDescription copied from interface:ChunkedEncodedPayloadUpdate the payload so that its data is fed to the given checksum.- Specified by:
- checksumPayloadin interface- ChunkedEncodedPayload
 
- 
decodedContentLengthpublic void decodedContentLength(long contentLength) Description copied from interface:ChunkedEncodedPayloadSet the decoded content length of the payload.- Specified by:
- decodedContentLengthin interface- ChunkedEncodedPayload
 
 
-