Uses of Package
io.netty.handler.codec.compression
-
Packages that use io.netty.handler.codec.compression Package Description io.netty.handler.codec.compression io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. -
Classes in io.netty.handler.codec.compression used by io.netty.handler.codec.compression Class Description SnappyFrameDecoder Uncompresses aByteBuf
encoded with the Snappy framing format.SnappyFrameEncoder Compresses aByteBuf
using the Snappy framing format.ZlibDecoder Decompresses aByteBuf
using the deflate algorithm.ZlibEncoder Compresses aByteBuf
using the deflate algorithm.ZlibWrapper The container file formats that wrap the stream compressed by the DEFLATE algorithm. -
Classes in io.netty.handler.codec.compression used by io.netty.handler.codec.http Class Description ZlibWrapper The container file formats that wrap the stream compressed by the DEFLATE algorithm.