Package software.amazon.awssdk.http.auth.aws.internal.signer.chunkedencoding
package software.amazon.awssdk.http.auth.aws.internal.signer.chunkedencoding
- 
ClassDescriptionAn interface which defines a "chunk" of data.An implementation of chunk-transfer encoding, but by wrapping anInputStream.Abstraction interface to simplify payload signing inAwsChunkedV4PayloadSignerby allowing us to have a uniform interface for signing both sync and async payloads.An implementation of chunk-transfer encoding, but by wrapping aPublisherofByteBuffer.A functional interface for defining an extension of a chunk, where the extension is a key-value pair.A functional interface for defining a header of a chunk.A wrapped stream to represent a "chunk" of dataA functional interface for defining a trailer, where the trailer is a header pair.