| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.compression | |
| io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http. |
| io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2. |
| 类和说明 |
|---|
BrotliOptions
BrotliOptions holds Encoder.Parameters for
Brotli compression. |
CompressionOptions
CompressionOptions provides compression options for
various types of compressor types, like Brotli. |
DeflateOptions
DeflateOptions holds DeflateOptions.compressionLevel(),
DeflateOptions.memLevel() and DeflateOptions.windowBits() for Deflate compression. |
GzipOptions
GzipOptions holds DeflateOptions.compressionLevel(),
DeflateOptions.memLevel() and DeflateOptions.windowBits() for Gzip compression. |
| Snappy |
| SnappyFrameDecoder
Uncompresses a
ByteBuf encoded with the Snappy framing format. |
| SnappyFrameEncoder
Compresses a
ByteBuf using the Snappy framing format. |
SnappyOptions
SnappyOptions holds config for
Snappy compression. |
| 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. |
| 类和说明 |
|---|
CompressionOptions
CompressionOptions provides compression options for
various types of compressor types, like Brotli. |
| ZlibWrapper
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
| 类和说明 |
|---|
CompressionOptions
CompressionOptions provides compression options for
various types of compressor types, like Brotli. |