| Interface | Description |
|---|---|
| Chunk |
An interface which defines a "chunk" of data.
|
| 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 | Description |
|---|---|
| ChecksumTrailerProvider | |
| ChunkedEncodedInputStream |
An implementation of chunk-transfer encoding, but by wrapping an
InputStream. |
| ChunkedEncodedInputStream.Builder | |
| ChunkInputStream |
A wrapped stream to represent a "chunk" of data
|
| SigV4ChunkExtensionProvider | |
| SigV4TrailerProvider |
Copyright © 2023. All rights reserved.