Uses of Class
io.netty.handler.codec.compression.BrotliDecoder
Packages that use BrotliDecoder
Package
Description
-
Uses of BrotliDecoder in io.netty.handler.codec.compression
Methods in io.netty.handler.codec.compression that return BrotliDecoderModifier and TypeMethodDescriptionstatic BrotliDecoderBrotliDecoder.newDecoderWithMaxAllocation(int maxAllocation) Creates a newBrotliDecoderthat use themaxAllocationsemantics: the supplied value bounds the size of the emitted decompressed chunks.