Package | Description |
---|---|
io.netty.handler.codec.compression |
Modifier and Type | Method and Description |
---|---|
private static SnappyFramedDecoder.ChunkType |
SnappyFramedDecoder.mapChunkType(byte type)
Decodes the chunk type from the type tag byte.
|
static SnappyFramedDecoder.ChunkType |
SnappyFramedDecoder.ChunkType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SnappyFramedDecoder.ChunkType[] |
SnappyFramedDecoder.ChunkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|