|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PacketLoggingService.ProtocolName>
net.java.sip.communicator.service.packetlogging.PacketLoggingService.ProtocolName
public static enum PacketLoggingService.ProtocolName
These are the services that this packet logging service cab handle.
| Enum Constant Summary | |
|---|---|
ICE4J
ICE protocol name. |
|
JABBER
Jabber protocol name. |
|
RTP
RTP protocol name. |
|
SIP
SIP protocol name. |
|
| Method Summary | |
|---|---|
static PacketLoggingService.ProtocolName |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PacketLoggingService.ProtocolName[] |
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 PacketLoggingService.ProtocolName SIP
public static final PacketLoggingService.ProtocolName JABBER
public static final PacketLoggingService.ProtocolName RTP
public static final PacketLoggingService.ProtocolName ICE4J
| Method Detail |
|---|
public static PacketLoggingService.ProtocolName[] values()
for (PacketLoggingService.ProtocolName c : PacketLoggingService.ProtocolName.values()) System.out.println(c);
public static PacketLoggingService.ProtocolName valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||