rice.pastry.socket.messaging
Class DatagramMessage
java.lang.Object
rice.pastry.messaging.Message
rice.pastry.socket.messaging.SocketMessage
rice.pastry.socket.messaging.DatagramMessage
-
All Implemented Interfaces:
- java.io.Serializable
-
Direct Known Subclasses:
-
IPAddressRequestMessage, IPAddressResponseMessage, PingMessage, PingResponseMessage, WrongEpochMessage
-
public abstract class DatagramMessage
- extends SocketMessage
Class which represents a "ping" message sent through the
socket pastry system.
- Version:
- $Id: DatagramMessage.java 2562 2005-06-09 16:26:21Z jstewart $
- Author:
- Alan Mislove
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
protected long start
outbound
protected SourceRoute outbound
inbound
protected SourceRoute inbound
DatagramMessage
public DatagramMessage(SourceRoute outbound,
SourceRoute inbound,
long start)
- Constructor
getStartTime
public long getStartTime()
-
getOutboundPath
public SourceRoute getOutboundPath()
-
getInboundPath
public SourceRoute getInboundPath()
-
Copyright © 2001-2005 - Rice Pastry.