Uses of Enum
io.netty.handler.codec.compression.SnappyFrameDecoder.ChunkType
Packages that use SnappyFrameDecoder.ChunkType
Package
Description
-
Uses of SnappyFrameDecoder.ChunkType in io.netty.handler.codec.compression
Methods in io.netty.handler.codec.compression that return SnappyFrameDecoder.ChunkTypeModifier and TypeMethodDescriptionprivate static SnappyFrameDecoder.ChunkType
SnappyFrameDecoder.mapChunkType
(byte type) Decodes the chunk type from the type tag byte.static SnappyFrameDecoder.ChunkType
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.