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