| Package | Description |
|---|---|
| io.netty.handler.codec.compression |
| Modifier and Type | Method and Description |
|---|---|
static BrotliDecoder |
BrotliDecoder.newDecoderWithMaxAllocation(int maxAllocation)
Creates a new
BrotliDecoder that use the maxAllocation
semantics: the supplied value bounds the size of the emitted decompressed chunks. |
Copyright © 2008–2026 The Netty Project. All rights reserved.