net.spy.memcached
Class TapMessagePrinter

java.lang.Object
  extended by net.spy.memcached.TapMessagePrinter

public class TapMessagePrinter
extends Object


Constructor Summary
TapMessagePrinter()
           
 
Method Summary
static void printMessage(BaseMessage message, PrintWriter p)
          Prints the message in byte form in a pretty way.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapMessagePrinter

public TapMessagePrinter()
Method Detail

printMessage

public static void printMessage(BaseMessage message,
                                PrintWriter p)
Prints the message in byte form in a pretty way. This function is mainly used for debugging.\ purposes.