程序包 | 说明 |
---|---|
io.netty.handler.codec.compression | |
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
类和说明 |
---|
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.
|
类和说明 |
---|
ZlibWrapper
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|