Uses of Class
io.netty.handler.codec.compression.ZlibDecoder
-
Packages that use ZlibDecoder Package Description io.netty.handler.codec.compression -
-
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()Deprecated.static ZlibDecoderZlibCodecFactory. newZlibDecoder(byte[] dictionary)Deprecated.static ZlibDecoderZlibCodecFactory. newZlibDecoder(byte[] dictionary, int maxAllocation)Create a new decoder instance with the specified preset dictionary and maximum buffer allocation.static ZlibDecoderZlibCodecFactory. newZlibDecoder(int maxAllocation)Create a new decoder instance with specified maximum buffer allocation.static ZlibDecoderZlibCodecFactory. newZlibDecoder(ZlibWrapper wrapper)Deprecated.static ZlibDecoderZlibCodecFactory. newZlibDecoder(ZlibWrapper wrapper, int maxAllocation)Create a new decoder instance with the specified wrapper and maximum buffer allocation.
-