Uses of Class
io.netty.handler.codec.redis.RedisMessageType
-
Packages that use RedisMessageType Package Description io.netty.handler.codec.redis Encoder, decoder for Redis. -
-
Uses of RedisMessageType in io.netty.handler.codec.redis
Methods in io.netty.handler.codec.redis that return RedisMessageType Modifier and Type Method Description static RedisMessageTypeRedisMessageType. readFrom(ByteBuf in, boolean decodeInlineCommands)DetermineRedisMessageTypebased on the type prefixbyteread from given the buffer.static RedisMessageTypeRedisMessageType. valueOf(java.lang.String name)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.
-