|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Arp.OpCode>
org.jnetpcap.protocol.network.Arp.OpCode
public static enum Arp.OpCode
Definitions for all the possible ARP operations as specified by the operation field.
| Enum Constant Summary | |
|---|---|
ARP_NAK
The AR p_ nak. |
|
DRARP_ERROR
The DRAR p_ error. |
|
DRARP_REPLY
The DRAR p_ reply. |
|
DRARP_REQUEST
The DRAR p_ request. |
|
IN_ARP_REPLY
The I n_ ar p_ reply. |
|
IN_ARP_REQUEST
The I n_ ar p_ request. |
|
MAPOS_UNARP
The MAPO s_ unarp. |
|
MARS_GROUP_LIST_REPLAY
The MAR s_ grou p_ lis t_ replay. |
|
MARS_GROUP_LIST_REQUEST
The MAR s_ grou p_ lis t_ request. |
|
MARS_JOIN
The MAR s_ join. |
|
MARS_LEAVE
The MAR s_ leave. |
|
MARS_MSERV
The MAR s_ mserv. |
|
MARS_MULTI
The MAR s_ multi. |
|
MARS_NAK
The MAR s_ nak. |
|
MARS_REDIRECT_MAP
The MAR s_ redirec t_ map. |
|
MARS_REQUEST
The MAR s_ request. |
|
MARS_SJOIN
The MAR s_ sjoin. |
|
MARS_SLEAVE
The MAR s_ sleave. |
|
MARS_UNSERV
The MAR s_ unserv. |
|
OP_EXP1
The O p_ ex p1. |
|
OP_EXP2
The O p_ ex p2. |
|
REPLY
The REPLY. |
|
REPLY_REVERSE
The REPL y_ reverse. |
|
REQUEST
The REQUEST. |
|
REQUEST_REVERSE
The REQUES t_ reverse. |
|
RESERVED1
The RESERVE d1. |
|
| Method Summary | |
|---|---|
static Arp.OpCode |
valueOf(int value)
Converts the operation field value to a constant. |
static Arp.OpCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Arp.OpCode[] |
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 Arp.OpCode RESERVED1
public static final Arp.OpCode REQUEST
public static final Arp.OpCode REPLY
public static final Arp.OpCode REQUEST_REVERSE
public static final Arp.OpCode REPLY_REVERSE
public static final Arp.OpCode DRARP_REQUEST
public static final Arp.OpCode DRARP_REPLY
public static final Arp.OpCode DRARP_ERROR
public static final Arp.OpCode IN_ARP_REQUEST
public static final Arp.OpCode IN_ARP_REPLY
public static final Arp.OpCode ARP_NAK
public static final Arp.OpCode MARS_REQUEST
public static final Arp.OpCode MARS_MULTI
public static final Arp.OpCode MARS_MSERV
public static final Arp.OpCode MARS_JOIN
public static final Arp.OpCode MARS_LEAVE
public static final Arp.OpCode MARS_NAK
public static final Arp.OpCode MARS_UNSERV
public static final Arp.OpCode MARS_SJOIN
public static final Arp.OpCode MARS_SLEAVE
public static final Arp.OpCode MARS_GROUP_LIST_REQUEST
public static final Arp.OpCode MARS_GROUP_LIST_REPLAY
public static final Arp.OpCode MARS_REDIRECT_MAP
public static final Arp.OpCode MAPOS_UNARP
public static final Arp.OpCode OP_EXP1
public static final Arp.OpCode OP_EXP2
| Method Detail |
|---|
public static Arp.OpCode[] values()
for (Arp.OpCode c : Arp.OpCode.values()) System.out.println(c);
public static Arp.OpCode 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 Arp.OpCode valueOf(int value)
value - operation field value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||