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.ChunkTypeSnappyFrameDecoder.mapChunkType(byte type) Decodes the chunk type from the type tag byte.static SnappyFrameDecoder.ChunkTypeReturns 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.