| BrotliMode |
Provides a way to specify the Brotli compression mode.
|
| BrotliOptions |
|
| CompressionOptions |
CompressionOptions provides compression options for
various types of compressor types, like Brotli.
|
| DeflateOptions |
|
| GzipOptions |
|
| Snappy |
Uncompresses an input ByteBuf encoded with Snappy compression into an
output ByteBuf.
|
| SnappyFrameDecoder |
Uncompresses a ByteBuf encoded with the Snappy framing format.
|
| SnappyFrameEncoder |
Compresses a ByteBuf using the Snappy framing format.
|
| SnappyOptions |
|
| ZlibDecoder |
Decompresses a ByteBuf using the deflate algorithm.
|
| ZlibEncoder |
Compresses a ByteBuf using the deflate algorithm.
|
| ZlibWrapper |
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
| ZstdOptions |
ZstdOptions holds compressionLevel for
Zstd compression.
|