Package | Description |
---|---|
io.netty.handler.codec.compression |
Modifier and Type | Method and Description |
---|---|
static GzipOptions |
StandardCompressionOptions.gzip()
Default implementation of
GzipOptions with
compressionLevel() set to 6, windowBits() set to 15 and memLevel() set to 8. |
static GzipOptions |
StandardCompressionOptions.gzip(int compressionLevel,
int windowBits,
int memLevel)
Create a new
GzipOptions Instance |
Copyright © 2008–2024 The Netty Project. All rights reserved.