|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ProtocolInfo.Suite>
org.jnetstream.protocol.ProtocolInfo.Suite
public static enum ProtocolInfo.Suite
Enum structure which defines all of the jNetStream system defined protocol
suites. These protocol suites are guarranteed to exist and do not reflect
any user defined protocol suites. New protocols that can not be placed
under any of the predefined protocol suites, should be be placed under
Other.
| Enum Constant Summary | |
|---|---|
Cisco
Cisco Systems Corp protocols |
|
File
Capture file format defintions. |
|
HP
HP and old Dec protocols. |
|
IBM
IBM protocols, NetBEUI, etc.. |
|
Intel
Intel Corp protocols |
|
ISO
ISO protocols |
|
LAN
Datalink Local Area Network level protocols. |
|
MAN
Datalink Metropolitan Area Network level protocols |
|
Microsoft
Microsoft protocols, CIFS, etc... |
|
Network
Network OSI layer protocols such as IP and others. |
|
Novell
Novell defined protocols, IPX, etc.. |
|
Other
Everything else not nice placed into a suite. |
|
SAN
Storage Area Network protocols, Fiberchannel etc.. |
|
Security
Security releated, Radius, Kerberos, etc... |
|
SS7
Telecom industry protocols for land and wireless standards |
|
Sun
Sun Microsystems protocols |
|
TCPIP
TCP/IP suite of protocols, mainly higher level upto application layer |
|
VOIP
Voice over IP protocols and other realtime protocols, RTP, SIP, etc.. |
|
WAN
Datalink Wide Area Network level protocols |
|
Wireless
Wireless protocols, 802.11a/b/g . |
|
| Method Summary | |
|---|---|
static ProtocolInfo.Suite |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProtocolInfo.Suite[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ProtocolInfo.Suite Cisco
public static final ProtocolInfo.Suite File
public static final ProtocolInfo.Suite HP
public static final ProtocolInfo.Suite IBM
public static final ProtocolInfo.Suite Intel
public static final ProtocolInfo.Suite ISO
public static final ProtocolInfo.Suite LAN
public static final ProtocolInfo.Suite MAN
public static final ProtocolInfo.Suite Microsoft
public static final ProtocolInfo.Suite Network
public static final ProtocolInfo.Suite Novell
public static final ProtocolInfo.Suite Other
public static final ProtocolInfo.Suite SAN
public static final ProtocolInfo.Suite Security
public static final ProtocolInfo.Suite SS7
public static final ProtocolInfo.Suite Sun
public static final ProtocolInfo.Suite TCPIP
public static final ProtocolInfo.Suite VOIP
public static final ProtocolInfo.Suite WAN
public static final ProtocolInfo.Suite Wireless
| Method Detail |
|---|
public static final ProtocolInfo.Suite[] values()
for(ProtocolInfo.Suite c : ProtocolInfo.Suite.values())
System.out.println(c);
public static ProtocolInfo.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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||