Java io.netty.handler.codec.http HttpContentCompressor fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

io.netty.handler.codec.http.HttpContentCompressor has subclasses.
Click this link to see all its subclasses.

Constructor

HttpContentCompressor()
Creates a new handler with the default compression level (6), default window size (15) and default memory level (8).
HttpContentCompressor(int compressionLevel)
Creates a new handler with the specified compression level, default window size (15) and default memory level (8).
HttpContentCompressor(int compressionLevel, int windowBits, int memLevel)
Creates a new handler with the specified compression level, window size, and memory level..