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