Class BinaryMemcacheOpcodes

java.lang.Object
io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes

@UnstableApi public final class BinaryMemcacheOpcodes extends Object
Represents all Opcodes that can occur in a BinaryMemcacheMessage.

This class can be extended if a custom application needs to implement a superset of the normally supported operations by a vanilla memcached protocol.