|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dd.api.DDRouteMsg | +--demo.howto.DDHowto.Pong
This class is identical in all by type from the
DDHowto.Ping
class, so I'm not going to comment
it further.
Field Summary | |
---|---|
int |
seq
sequence number to keep track of ping/pong. |
Fields inherited from class dd.api.DDRouteMsg |
---|
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL |
Constructor Summary | |
---|---|
DDHowto.Pong(InputBuffer buffer)
Constructs a Pong from its
serialized form. |
|
DDHowto.Pong(SecureHash dest,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop,
int seq)
Constructor: Creates a new Pong . |
Method Summary | |
---|---|
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int seq
Constructor Detail |
public DDHowto.Pong(SecureHash dest, boolean recursive, boolean dd_intermediate_upcall, boolean one_hop, int seq)
Pong
.
public DDHowto.Pong(InputBuffer buffer)
Pong
from its
serialized
form.
buffer
- serialized
form of object.Method Detail |
public void serialize(OutputBuffer buffer)
serialize
in interface QuickSerializable
serialize
in class DDRouteMsg
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |