| Package | Description |
|---|---|
| io.netty.handler.codec.memcache.binary |
Implementations and Interfaces for the Memcache Binary protocol.
|
| Modifier and Type | Field and Description |
|---|---|
private AbstractBinaryMemcacheDecoder.State |
AbstractBinaryMemcacheDecoder.state |
| Modifier and Type | Method and Description |
|---|---|
static AbstractBinaryMemcacheDecoder.State |
AbstractBinaryMemcacheDecoder.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractBinaryMemcacheDecoder.State[] |
AbstractBinaryMemcacheDecoder.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|