|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.clackrouter.packets.VNSICMPCode
public class VNSICMPCode
Encapsulates Internet Control Message Protocol type. Defined in RFC 792.
Method Summary | |
---|---|
byte |
getValue()
Returns protocol-defined value of the code. |
java.lang.String |
toString()
Returns the human-readable name of the code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final byte NONE
public static final byte UNREACH_NET
public static final byte UNREACH_HOST
public static final byte UNREACH_PROTOCOL
public static final byte UNREACH_PORT
public static final byte UNREACH_NEED_FRAG
public static final byte UNREACH_SOURCE_FAILED
public static final byte UNREACH_NET_UNKNOWN
public static final byte UNREACH_HOST_UNKNOWN
public static final byte UNREACH_ISOLATED
public static final byte UNREACH_NET_PROHIBITED
public static final byte UNREACH_HOST_PROHIBITED
public static final byte UNREACH_TOS_NET
public static final byte UNREACH_TOS_HOST
public static final byte UNREACH_FILTER_PROHIBITED
public static final byte UNREACH_HOST_PRECEDENCE
public static final byte UNREACH_PRECEDENCE_CUTOFF
public static final byte REDIRECT_NET
public static final byte REDIRECT_HOST
public static final byte REDIRECT_TOS_NET
public static final byte REDIRECT_TOS_HOST
public static final byte TIME_EXCEEDED_IN_TRANSIT
public static final byte TIME_EXCEEDED_REASSEMBLY
public static final byte PARAMETER_PROBLEM_OP_TABLE_SENT
public static final VNSICMPCode None
public static final VNSICMPCode UnreachNet
public static final VNSICMPCode UnreachHost
public static final VNSICMPCode UnreachProtocol
public static final VNSICMPCode UnreachPort
public static final VNSICMPCode UnreachNeedFrag
public static final VNSICMPCode UnreachSourceFailed
public static final VNSICMPCode UnreachNetUnknown
public static final VNSICMPCode UnreachHostUnknown
public static final VNSICMPCode UnreachIsolated
public static final VNSICMPCode UnreachNetProhibited
public static final VNSICMPCode UnreachHostProhibited
public static final VNSICMPCode UnreachTOSNet
public static final VNSICMPCode UnreachTOSHost
public static final VNSICMPCode UnreachFilterProhibited
public static final VNSICMPCode UnreachHostPrecedence
public static final VNSICMPCode UnreachPrecedenceCutoff
public static final VNSICMPCode RedirectNet
public static final VNSICMPCode RedirectHost
public static final VNSICMPCode RedirectTOSNet
public static final VNSICMPCode RedirectTOSHost
public static final VNSICMPCode TimeExceededInTransit
public static final VNSICMPCode TimeExceededReassembly
public static final VNSICMPCode ParameterProblemOpTableSent
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public byte getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |