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 TapMagicBaseMessage. magicMethods in net.spy.memcached.tapmessage that return TapMagic Modifier and Type Method Description TapMagicBaseMessage. getMagic()Gets the value of the tap messages magic field.static TapMagicTapMagic. getMagicByByte(byte b)static TapMagicTapMagic. 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 voidBaseMessage. setMagic(TapMagic m)Sets the value of the tap messages magic field.
-