Package | Description |
---|---|
io.netty.handler.codec.compression |
Modifier and Type | Method and Description |
---|---|
static ZstdOptions |
StandardCompressionOptions.zstd()
Default implementation of
ZstdOptions with{compressionLevel(int)} set to
ZstdConstants.DEFAULT_COMPRESSION_LEVEL ,ZstdConstants.DEFAULT_BLOCK_SIZE ,
ZstdConstants.MAX_BLOCK_SIZE |
static ZstdOptions |
StandardCompressionOptions.zstd(int compressionLevel,
int blockSize,
int maxEncodeSize)
Create a new
ZstdOptions |
Copyright © 2008–2024 The Netty Project. All rights reserved.