Rice Pastry API

org.mpisws.p2p.transport.liveness
Class PongMessage

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

public class PongMessage
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
PongMessage(InputBuffer buf)
           
PongMessage(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

PongMessage

public PongMessage(long sentTime)
Constructor


PongMessage

public PongMessage(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