anon.mixminion.message
Class RoutingInformation

java.lang.Object
  extended by anon.mixminion.message.ForwardInformation
      extended by anon.mixminion.message.RoutingInformation

public class RoutingInformation
extends ForwardInformation


Field Summary
static short TYPE_FORWARD_TO_HOST
           
static short TYPE_SWAP_FORWARD_TO_HOST
           
 
Fields inherited from class anon.mixminion.message.ForwardInformation
m_Content, m_Type
 
Constructor Summary
RoutingInformation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_FORWARD_TO_HOST

public static final short TYPE_FORWARD_TO_HOST
See Also:
Constant Field Values

TYPE_SWAP_FORWARD_TO_HOST

public static final short TYPE_SWAP_FORWARD_TO_HOST
See Also:
Constant Field Values
Constructor Detail

RoutingInformation

public RoutingInformation()