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.


Field Summary
 int seq
           
 
Fields inherited from class dd.api.DDRouteMsg
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL
 
Constructor Summary
TapestryHowto.Pong(InputBuffer buffer)
           
TapestryHowto.Pong(SecureHash dest, int seq, boolean recursive, boolean dd_intermediate_upcall, boolean one_hop)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

seq

public int seq
Constructor Detail

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)
Method Detail

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