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

Packages that use BaseMessage
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.tapmessage   
 

Uses of BaseMessage in net.spy.memcached
 

Methods in net.spy.memcached with parameters of type BaseMessage
static void TapMessagePrinter.printMessage(BaseMessage message, PrintWriter p)
          Prints the message in byte form in a pretty way.
 

Uses of BaseMessage in net.spy.memcached.tapmessage
 

Subclasses of BaseMessage in net.spy.memcached.tapmessage
 class RequestMessage
          A tap request message that is used to start tap streams, perform sasl authentication, and maintain the health of tap streams.
 class ResponseMessage
          A representation of a tap stream message sent from a tap stream server.