anon.mixminion.message
Class ExitInformation

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

public class ExitInformation
extends ForwardInformation


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

Field Detail

TYPE_DROP

public static final short TYPE_DROP
See Also:
Constant Field Values

TYPE_SMTP

public static final short TYPE_SMTP
See Also:
Constant Field Values

TYPE_FRAGMENTED

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

ExitInformation

public ExitInformation()