Uses of Class
io.netty.handler.codec.compression.ZlibDecoder
-
-
Uses of ZlibDecoder in io.netty.handler.codec.compression
Subclasses of ZlibDecoder in io.netty.handler.codec.compression Modifier and Type Class Description classJdkZlibDecoderDecompress aByteBufusing the inflate algorithm.classJZlibDecoderMethods in io.netty.handler.codec.compression that return ZlibDecoder Modifier and Type Method Description static ZlibDecoderZlibCodecFactory. newZlibDecoder()static ZlibDecoderZlibCodecFactory. newZlibDecoder(byte[] dictionary)static ZlibDecoderZlibCodecFactory. newZlibDecoder(ZlibWrapper wrapper)
-