Uses of Package
software.amazon.awssdk.http.auth.aws.internal.signer.chunkedencoding
Packages that use software.amazon.awssdk.http.auth.aws.internal.signer.chunkedencoding
Package
Description
-
Classes in software.amazon.awssdk.http.auth.aws.internal.signer.chunkedencoding used by software.amazon.awssdk.http.auth.aws.crt.internal.signerClassDescriptionA functional interface for defining an extension of a chunk, where the extension is a key-value pair.A functional interface for defining a trailer, where the trailer is a header pair.
-
Classes in software.amazon.awssdk.http.auth.aws.internal.signer.chunkedencoding used by software.amazon.awssdk.http.auth.aws.internal.signer.chunkedencodingClassDescriptionAn interface which defines a "chunk" of data.An implementation of chunk-transfer encoding, but by wrapping an
InputStream.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 functional interface for defining a trailer, where the trailer is a header pair.