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