Brotli |
|
BrotliDecoder |
Decompresses a ByteBuf encoded with the brotli format.
|
BrotliEncoder |
Compress a ByteBuf with the Brotli compression.
|
BrotliOptions |
|
Bzip2Decoder |
Uncompresses a ByteBuf encoded with the Bzip2 format.
|
Bzip2Encoder |
Compresses a ByteBuf using the Bzip2 algorithm.
|
DeflateOptions |
|
FastLzFrameDecoder |
|
FastLzFrameEncoder |
Compresses a ByteBuf using the FastLZ algorithm.
|
GzipOptions |
|
JdkZlibDecoder |
Decompress a ByteBuf using the inflate algorithm.
|
JdkZlibEncoder |
Compresses a ByteBuf using the deflate algorithm.
|
JZlibDecoder |
|
JZlibEncoder |
Compresses a ByteBuf using the deflate algorithm.
|
Lz4FrameDecoder |
Uncompresses a ByteBuf encoded with the LZ4 format.
|
Lz4FrameEncoder |
Compresses a ByteBuf using the LZ4 format.
|
Lz4XXHash32 |
|
LzfDecoder |
Uncompresses a ByteBuf encoded with the LZF format.
|
LzfEncoder |
Compresses a ByteBuf using the LZF format.
|
LzmaFrameEncoder |
Compresses a ByteBuf using the LZMA algorithm.
|
Snappy |
Uncompresses an input ByteBuf encoded with Snappy compression into an
output ByteBuf .
|
SnappyFramedDecoder |
Deprecated.
|
SnappyFrameDecoder |
Uncompresses a ByteBuf encoded with the Snappy framing format.
|
SnappyFramedEncoder |
Deprecated.
|
SnappyFrameEncoder |
Compresses a ByteBuf using the Snappy framing format.
|
SnappyOptions |
|
StandardCompressionOptions |
|
ZlibCodecFactory |
|
ZlibDecoder |
Decompresses a ByteBuf using the deflate algorithm.
|
ZlibEncoder |
Compresses a ByteBuf using the deflate algorithm.
|
Zstd |
|
ZstdDecoder |
Decompresses a compressed block ByteBuf using the Zstandard algorithm.
|
ZstdEncoder |
Compresses a ByteBuf using the Zstandard algorithm.
|
ZstdOptions |
ZstdOptions holds compressionLevel for
Zstd compression.
|