Uses of Class
net.spy.memcached.tapmessage.TapMagic
-
Packages that use TapMagic Package Description net.spy.memcached.tapmessage -
-
Uses of TapMagic in net.spy.memcached.tapmessage
Fields in net.spy.memcached.tapmessage declared as TapMagic Modifier and Type Field Description protected TapMagic
BaseMessage. magic
Methods in net.spy.memcached.tapmessage that return TapMagic Modifier and Type Method Description TapMagic
BaseMessage. getMagic()
Gets the value of the tap messages magic field.static TapMagic
TapMagic. getMagicByByte(byte b)
static TapMagic
TapMagic. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TapMagic[]
TapMagic. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.spy.memcached.tapmessage with parameters of type TapMagic Modifier and Type Method Description void
BaseMessage. setMagic(TapMagic m)
Sets the value of the tap messages magic field.
-