|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TapMagic | |
---|---|
net.spy.memcached.tapmessage |
Uses of TapMagic in net.spy.memcached.tapmessage |
---|
Fields in net.spy.memcached.tapmessage declared as TapMagic | |
---|---|
protected TapMagic |
BaseMessage.magic
|
Methods in net.spy.memcached.tapmessage that return TapMagic | |
---|---|
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 | |
---|---|
void |
BaseMessage.setMagic(TapMagic m)
Sets the value of the tap messages magic field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |