Uses of Enum
io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder.State
Packages that use AbstractBinaryMemcacheDecoder.State
Package
Description
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of AbstractBinaryMemcacheDecoder.State in io.netty.handler.codec.memcache.binary
Subclasses with type arguments of type AbstractBinaryMemcacheDecoder.State in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescription(package private) static enumContains all states this decoder can possibly be in.Fields in io.netty.handler.codec.memcache.binary declared as AbstractBinaryMemcacheDecoder.StateMethods in io.netty.handler.codec.memcache.binary that return AbstractBinaryMemcacheDecoder.StateModifier and TypeMethodDescriptionReturns 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.