Package | Description |
---|---|
io.netty.handler.codec.compression | |
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Class and Description |
---|
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. |
Class and Description |
---|
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.
|
Class and Description |
---|
CompressionOptions
CompressionOptions provides compression options for
various types of compressor types, like Brotli. |
Copyright © 2008–2024 The Netty Project. All rights reserved.