Java io.netty.handler.codec.compression JdkZlibDecoder fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.compression JdkZlibDecoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.compression JdkZlibDecoder.

The text is from its open source code.

Constructor

JdkZlibDecoder(byte[] dictionary)
Creates a new instance with the specified preset dictionary.
JdkZlibDecoder(ZlibWrapper wrapper)
Creates a new instance with the specified wrapper.
JdkZlibDecoder(boolean decompressConcatenated)
JdkZlibDecoder()
Creates a new instance with the default wrapper ( ZlibWrapper#ZLIB ).