ostore.inner
Class RejectHint

java.lang.Object
  |
  +--dd.api.DDRouteMsg
        |
        +--ostore.inner.RejectHint
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class RejectHint
extends DDRouteMsg


Field Summary
 QuickSerializable rejection
           
 
Fields inherited from class dd.api.DDRouteMsg
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL
 
Constructor Summary
RejectHint(InputBuffer buffer)
           
RejectHint(SecureHash dest, QuickSerializable rejection, 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

rejection

public QuickSerializable rejection
Constructor Detail

RejectHint

public RejectHint(SecureHash dest,
                  QuickSerializable rejection,
                  boolean recursive,
                  boolean dd_intermediate_upcall,
                  boolean one_hop)

RejectHint

public RejectHint(InputBuffer buffer)
           throws QSException
Method Detail

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