Uses of Class
net.spy.memcached.tapmessage.TapMagic

Packages that use TapMagic
net.spy.memcached.tapmessage   
 

Uses of TapMagic in net.spy.memcached.tapmessage
 

Methods in net.spy.memcached.tapmessage that return TapMagic
static TapMagic TapMagic.valueOf(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
 void BaseMessage.setMagic(TapMagic m)
          Sets the value of the tap messages magic field.