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

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

Introduction

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

The text is from its open source code.

Field

ZlibWrapperZLIB
The ZLIB wrapper as specified in RFC 1950.
ZlibWrapperGZIP
The GZIP wrapper as specified in RFC 1952.
ZlibWrapperNONE
Raw DEFLATE stream only (no header and no footer).
ZlibWrapperZLIB_OR_NONE
Try #ZLIB first and then #NONE if the first attempt fails.