ostore.apps.test
Class TapestryHowto.Pong
java.lang.Object
|
+--dd.api.DDRouteMsg
|
+--ostore.apps.test.TapestryHowto.Pong
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- Enclosing class:
- TapestryHowto
- public static class TapestryHowto.Pong
- extends DDRouteMsg
This class is identical in all by type from the Ping class above, so
I'm not going to comment it further.
seq
public int seq
TapestryHowto.Pong
public TapestryHowto.Pong(SecureHash dest,
int seq,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
TapestryHowto.Pong
public TapestryHowto.Pong(InputBuffer buffer)
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Overrides:
serialize
in class DDRouteMsg
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Overrides:
toString
in class Object