Uses of Enum
io.netty.handler.codec.redis.RedisMessageType
Packages that use RedisMessageType
-
Uses of RedisMessageType in io.netty.handler.codec.redis
Methods in io.netty.handler.codec.redis that return RedisMessageTypeModifier and TypeMethodDescriptionstatic RedisMessageTypeDetermineRedisMessageTypebased on the type prefixbyteread from given the buffer.static RedisMessageTypeReturns the enum constant of this type with the specified name.static RedisMessageType[]RedisMessageType.values()Returns an array containing the constants of this enum type, in the order they are declared.