org.mpisws.p2p.transport.liveness
Class PingMessage
java.lang.Object
org.mpisws.p2p.transport.liveness.PingMessage
public class PingMessage
- extends java.lang.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PingMessage
public PingMessage(long sentTime)
- Constructor
PingMessage
public PingMessage(InputBuffer buf)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
serialize
public void serialize(OutputBuffer buf)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001-2005 - Rice Pastry.