Uses of Enum
io.netty.handler.codec.redis.RedisMessageType
Packages that use RedisMessageType
-
Uses of RedisMessageType in io.netty.handler.codec.redis
Subclasses with type arguments of type RedisMessageType in io.netty.handler.codec.redisFields in io.netty.handler.codec.redis declared as RedisMessageTypeMethods in io.netty.handler.codec.redis that return RedisMessageTypeModifier and TypeMethodDescriptionstatic RedisMessageTypeDetermineRedisMessageTypebased on the type prefixbyteread from given the buffer.private static RedisMessageTypeRedisMessageType.valueOf(byte value) Returns the enum constant of this type with the specified name.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.Methods in io.netty.handler.codec.redis with parameters of type RedisMessageTypeModifier and TypeMethodDescriptionprivate RedisMessageRedisDecoder.newInlineRedisMessage(RedisMessageType messageType, ByteBuf content) private static voidRedisEncoder.writeString(ByteBufAllocator allocator, RedisMessageType type, String content, List<Object> out)