ostore.inner
Class RejectHint
java.lang.Object
|
+--dd.api.DDRouteMsg
|
+--ostore.inner.RejectHint
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class RejectHint
- extends DDRouteMsg
rejection
public QuickSerializable rejection
RejectHint
public RejectHint(SecureHash dest,
QuickSerializable rejection,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
RejectHint
public RejectHint(InputBuffer buffer)
throws QSException
toString
public String toString()
- Overrides:
toString
in class Object
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