|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ProtocolSuite>
org.jnetpcap.packet.annotate.ProtocolSuite
public enum ProtocolSuite
Standard protocol suite names. This table is mainly used in annotations, but can be also used to retrieve meta data about a protocol.
| 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 ProtocolSuite |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProtocolSuite[] |
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 |
| Methods inherited from interface org.jnetpcap.protocol.JProtocol.Suite |
|---|
name |
| Enum Constant Detail |
|---|
public static final ProtocolSuite APPLICATION
public static final ProtocolSuite TCP_IP
public static final ProtocolSuite SECURITY
public static final ProtocolSuite VPN
public static final ProtocolSuite MOBILE
public static final ProtocolSuite NETWORK
public static final ProtocolSuite WIRELESS
public static final ProtocolSuite VOIP
public static final ProtocolSuite LAN
public static final ProtocolSuite MAN
public static final ProtocolSuite WAN
public static final ProtocolSuite SAN
public static final ProtocolSuite ISO
public static final ProtocolSuite SS7
public static final ProtocolSuite CISCO
public static final ProtocolSuite IBM
public static final ProtocolSuite MICROSOFT
public static final ProtocolSuite NOVELL
public static final ProtocolSuite APPLE
public static final ProtocolSuite HP
public static final ProtocolSuite SUN
public static final ProtocolSuite OTHER
| Method Detail |
|---|
public static ProtocolSuite[] values()
for (ProtocolSuite c : ProtocolSuite.values()) System.out.println(c);
public static ProtocolSuite 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 | ||||||||