Uses of Class
io.netty5.handler.codec.compression.ZstdOptions
-
Packages that use ZstdOptions Package Description io.netty5.handler.codec.compression -
-
Uses of ZstdOptions in io.netty5.handler.codec.compression
Methods in io.netty5.handler.codec.compression that return ZstdOptions Modifier and Type Method Description static ZstdOptions
StandardCompressionOptions. zstd()
Default implementation ofZstdOptions
with{compressionLevel(int)} set toZstdConstants.DEFAULT_COMPRESSION_LEVEL
,ZstdConstants.DEFAULT_BLOCK_SIZE
,ZstdConstants.MAX_BLOCK_SIZE
static ZstdOptions
StandardCompressionOptions. zstd(int compressionLevel, int blockSize, int maxEncodeSize)
Create a newZstdOptions
-