Uses of Class
io.netty.handler.codec.compression.ZlibDecoder
Packages that use ZlibDecoder
Package
Description
-
Uses of ZlibDecoder in io.netty.handler.codec.compression
Subclasses of ZlibDecoder in io.netty.handler.codec.compressionMethods in io.netty.handler.codec.compression that return ZlibDecoderModifier and TypeMethodDescriptionstatic ZlibDecoder
ZlibCodecFactory.newZlibDecoder()
Deprecated.static ZlibDecoder
ZlibCodecFactory.newZlibDecoder
(byte[] dictionary) Deprecated.static ZlibDecoder
ZlibCodecFactory.newZlibDecoder
(byte[] dictionary, int maxAllocation) Create a new decoder instance with the specified preset dictionary and maximum buffer allocation.static ZlibDecoder
ZlibCodecFactory.newZlibDecoder
(int maxAllocation) Create a new decoder instance with specified maximum buffer allocation.static ZlibDecoder
ZlibCodecFactory.newZlibDecoder
(ZlibWrapper wrapper) Deprecated.static ZlibDecoder
ZlibCodecFactory.newZlibDecoder
(ZlibWrapper wrapper, int maxAllocation) Create a new decoder instance with the specified wrapper and maximum buffer allocation.
ZlibCodecFactory.newZlibDecoder(int)
.