org.mpisws.p2p.transport.liveness
Class PongMessage

java.lang.Object
  extended by org.mpisws.p2p.transport.liveness.PongMessage

public class PongMessage
extends Object

Class which represents a "ping" message sent through the socket pastry system.

Version:
$Id: PingMessage.java 3613 2007-02-15 14:45:14Z jstewart $
Author:
Alan Mislove

Constructor Summary
PongMessage(InputBuffer buf)
           
PongMessage(long sentTime)
          Constructor
 
Method Summary
 void serialize(OutputBuffer buf)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PongMessage

public PongMessage(long sentTime)
Constructor


PongMessage

public PongMessage(InputBuffer buf)
            throws IOException
Throws:
IOException
Method Detail

toString

public String toString()
Overrides:
toString in class Object

serialize

public void serialize(OutputBuffer buf)
               throws IOException
Throws:
IOException


Copyright © 2010. All Rights Reserved.