Uses of Class
io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder.State
-
Packages that use AbstractBinaryMemcacheDecoder.State Package Description io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol. -
-
Uses of AbstractBinaryMemcacheDecoder.State in io.netty.handler.codec.memcache.binary
Fields in io.netty.handler.codec.memcache.binary declared as AbstractBinaryMemcacheDecoder.State Modifier and Type Field Description private AbstractBinaryMemcacheDecoder.State
AbstractBinaryMemcacheDecoder. state
Methods in io.netty.handler.codec.memcache.binary that return AbstractBinaryMemcacheDecoder.State Modifier and Type Method 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.
-