Uses of Class
io.netty.handler.codec.compression.JdkZlibDecompressor.Builder
Packages that use JdkZlibDecompressor.Builder
Package
Description
-
Uses of JdkZlibDecompressor.Builder in io.netty.handler.codec.compression
Methods in io.netty.handler.codec.compression that return JdkZlibDecompressor.BuilderModifier and TypeMethodDescriptionstatic JdkZlibDecompressor.BuilderJdkZlibDecompressor.builder()JdkZlibDecompressor.Builder.decompressConcatenated(boolean decompressConcatenated) JdkZlibDecompressor.Builder.dictionary(byte[] dictionary) Set the preset dictionary to use.JdkZlibDecompressor.Builder.maxAllocation(int maxAllocation) Set the maximum output buffer size.JdkZlibDecompressor.Builder.wrapper(ZlibWrapper wrapper) Set the wrapper format for the deflated data.