Rice Pastry API

org.mpisws.p2p.transport.liveness
Class PingMessage

java.lang.Object
  extended by 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

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

Constructor Detail

PingMessage

public PingMessage(long sentTime)
Constructor


PingMessage

public PingMessage(InputBuffer buf)
            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

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

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection