tapestry.channel
Class ICMPPingMsg
java.lang.Object
|
+--tapestry.api.TapestryRouteMsg
|
+--tapestry.channel.ICMPPingMsg
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class ICMPPingMsg
- extends TapestryRouteMsg
- implements QuickSerializable
src_id
public NodeId src_id
msg_id
public SecureHash msg_id
src
public SecureHash src
hop
public int hop
ICMPPingMsg
public ICMPPingMsg(NodeId src_node,
SecureHash msg_id,
SecureHash src,
SecureHash dest)
ICMPPingMsg
public ICMPPingMsg(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Specified by:
serialize in interface QuickSerializable- Overrides:
serialize in class TapestryRouteMsg
toString
public String toString()
- Overrides:
toString in class Object