Uses of Enum
io.netty.handler.codec.redis.RedisMessageType
Packages that use RedisMessageType
-
Uses of RedisMessageType in io.netty.handler.codec.redis
Fields in io.netty.handler.codec.redis declared as RedisMessageTypeMethods in io.netty.handler.codec.redis that return RedisMessageTypeModifier and TypeMethodDescriptionstatic RedisMessageType
DetermineRedisMessageType
based on the type prefixbyte
read from given the buffer.private static RedisMessageType
RedisMessageType.valueOf
(byte value) Returns the enum constant of this type with the specified name.static RedisMessageType
Returns 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.Methods in io.netty.handler.codec.redis with parameters of type RedisMessageTypeModifier and TypeMethodDescriptionprivate RedisMessage
RedisDecoder.newInlineRedisMessage
(RedisMessageType messageType, ByteBuf content) private static void
RedisEncoder.writeString
(ByteBufAllocator allocator, RedisMessageType type, String content, List<Object> out)