|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Rip.Command>
org.jnetpcap.protocol.network.Rip.Command
public static enum Rip.Command
Valid values for RIP OpCode field.
| Enum Constant Summary | |
|---|---|
REPLY
The REPLY. |
|
REQUEST
The REQUEST. |
|
SUN
The SUN. |
|
TRACE_OFF
The TRAC e_ off. |
|
TRACE_ON
The TRAC e_ on. |
|
TRIGGERED_ACK
The TRIGGERE d_ ack. |
|
TRIGGERED_REQUEST
The TRIGGERE d_ request. |
|
TRIGGERED_RESPONSE
The TRIGGERE d_ response. |
|
UPDATE_ACK
The UPDAT e_ ack. |
|
UPDATE_REQUEST
The UPDAT e_ request. |
|
UPDATE_RESPONSE
The UPDAT e_ response. |
|
| Method Summary | |
|---|---|
static Rip.Command |
valueOf(int value)
Value of. |
static Rip.Command |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Rip.Command[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Rip.Command REQUEST
public static final Rip.Command REPLY
public static final Rip.Command TRACE_ON
public static final Rip.Command TRACE_OFF
public static final Rip.Command SUN
public static final Rip.Command TRIGGERED_REQUEST
public static final Rip.Command TRIGGERED_RESPONSE
public static final Rip.Command TRIGGERED_ACK
public static final Rip.Command UPDATE_REQUEST
public static final Rip.Command UPDATE_RESPONSE
public static final Rip.Command UPDATE_ACK
| Method Detail |
|---|
public static Rip.Command[] values()
for (Rip.Command c : Rip.Command.values()) System.out.println(c);
public static Rip.Command valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static Rip.Command valueOf(int value)
value - the value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||