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