Package software.amazon.awssdk.http.auth.aws.internal.signer.chunkedencoding
-
Interface Summary Interface Description Chunk An interface which defines a "chunk" of data.ChunkedEncodedPayload Abstraction interface to simplify payload signing inAwsChunkedV4PayloadSignerby allowing us to have a uniform interface for signing both sync and async payloads.ChunkExtensionProvider A functional interface for defining an extension of a chunk, where the extension is a key-value pair.ChunkHeaderProvider A functional interface for defining a header of a chunk.Resettable TrailerProvider A functional interface for defining a trailer, where the trailer is a header pair. -
Class Summary Class Description AsyncChunkEncodedPayload ChecksumTrailerProvider ChunkedEncodedInputStream An implementation of chunk-transfer encoding, but by wrapping anInputStream.ChunkedEncodedInputStream.Builder ChunkedEncodedPublisher An implementation of chunk-transfer encoding, but by wrapping aPublisherofByteBuffer.ChunkedEncodedPublisher.Builder ChunkInputStream A wrapped stream to represent a "chunk" of dataSigV4ChunkExtensionProvider SigV4TrailerProvider SyncChunkEncodedPayload