org.mpisws.p2p.transport.liveness
Class PingMessage
java.lang.Object
org.mpisws.p2p.transport.liveness.PingMessage
public class PingMessage
- 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
PingMessage
public PingMessage(long sentTime)
- Constructor
PingMessage
public PingMessage(InputBuffer buf)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
serialize
public void serialize(OutputBuffer buf)
throws IOException
- Throws:
IOException
Copyright © 2010. All Rights Reserved.