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