|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Protocol.Suite>
org.jnetpcap.packet.annotate.Protocol.Suite
public static enum Protocol.Suite
The Enum Suite.
| Enum Constant Summary | |
|---|---|
APPLE
Apple Corp family of protocols. |
|
APPLICATION
OSI application layer set of protocols. |
|
CISCO
Cisco Systems family of protocols. |
|
HP
Hewlet Packard Corp family of protocols. |
|
IBM
IBM family of protocols. |
|
ISO
ISO family of protocols. |
|
LAN
Local Area Network family of protocols. |
|
MAN
Metropolitan Area Network family of protocols. |
|
MICROSOFT
Microsoft Corp family of protocols. |
|
MOBILE
Mobile communication device family of protocols. |
|
NETWORK
OSI network layer family of protocols. |
|
NOVELL
Novell family of protocols. |
|
OTHER
Catch all suite for other types of protocols. |
|
SAN
Storage Area Network family of protocols. |
|
SECURITY
Security related family of protocols. |
|
SS7
SS7 family of protocols. |
|
SUN
Sun Microsystems Corp family of protocols. |
|
TCP_IP
Tcp/Ip family of protocols. |
|
VOIP
Voice over IP family of protocols. |
|
VPN
Tunneling family of protocols. |
|
WAN
Wide Area Network family of protocols. |
|
WIRELESS
Wireless family of protocols. |
|
| Method Summary | |
|---|---|
static Protocol.Suite |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Protocol.Suite[] |
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 Protocol.Suite APPLICATION
public static final Protocol.Suite TCP_IP
public static final Protocol.Suite SECURITY
public static final Protocol.Suite VPN
public static final Protocol.Suite MOBILE
public static final Protocol.Suite NETWORK
public static final Protocol.Suite WIRELESS
public static final Protocol.Suite VOIP
public static final Protocol.Suite LAN
public static final Protocol.Suite MAN
public static final Protocol.Suite WAN
public static final Protocol.Suite SAN
public static final Protocol.Suite ISO
public static final Protocol.Suite SS7
public static final Protocol.Suite CISCO
public static final Protocol.Suite IBM
public static final Protocol.Suite MICROSOFT
public static final Protocol.Suite NOVELL
public static final Protocol.Suite APPLE
public static final Protocol.Suite HP
public static final Protocol.Suite SUN
public static final Protocol.Suite OTHER
| Method Detail |
|---|
public static Protocol.Suite[] values()
for (Protocol.Suite c : Protocol.Suite.values()) System.out.println(c);
public static Protocol.Suite 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 null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||