Package | Description |
---|---|
io.netty.handler.codec.compression |
Modifier and Type | Class and Description |
---|---|
class |
JdkZlibDecoder
Decompress a
ByteBuf using the inflate algorithm. |
class |
JZlibDecoder |
Modifier and Type | Method and Description |
---|---|
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder()
Deprecated.
|
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder(byte[] dictionary)
Deprecated.
|
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder(byte[] dictionary,
int maxAllocation)
Create a new decoder instance with the specified preset dictionary and maximum buffer allocation.
|
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder(int maxAllocation)
Create a new decoder instance with specified maximum buffer allocation.
|
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder(ZlibWrapper wrapper)
Deprecated.
|
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder(ZlibWrapper wrapper,
int maxAllocation)
Create a new decoder instance with the specified wrapper and maximum buffer allocation.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.