Package | Description |
---|---|
io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
Modifier and Type | Method and Description |
---|---|
static RedisMessageType |
RedisMessageType.readFrom(ByteBuf in,
boolean decodeInlineCommands)
Determine
RedisMessageType based on the type prefix byte read from given the buffer. |
static RedisMessageType |
RedisMessageType.valueOf(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.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.