| Package | Description |
|---|---|
| io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
| Modifier and Type | Field and Description |
|---|---|
private RedisMessageType |
RedisDecoder.type |
| Modifier and Type | Method and Description |
|---|---|
static RedisMessageType |
RedisMessageType.valueOf(byte value)
Return
RedisMessageType for this type prefix byte. |
static RedisMessageType |
RedisMessageType.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.
|
| Modifier and Type | Method and Description |
|---|---|
private RedisMessage |
RedisDecoder.newInlineRedisMessage(RedisMessageType messageType,
ByteBuf content) |