Enum Constant and Description |
---|
Activation
Activation layer
|
APIDispatche
APIDispatche layer
|
Application
Application layer
|
HTTP
HTTP layer
|
IAX
IAX layer
|
IAXLocal
IAX local layer
|
MSRP
MSRP layer
|
MSRPLocal
MSRP local layer
|
RTSP
RTSP layer
|
RTSPLocal
RTSP layer
|
SIP
SIP layer
|
SIPLocal
SIP local layer
|
Unknown
Invalid - information not available
|
Wrapper
Wrapper internal layer
|
ZRTP
ZRTP layer
|
ZRTPLocal
ZRTP local layer
|
Modifier and Type | Method and Description |
---|---|
static LayerType |
fromInt(int i) |
static LayerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayerType Unknown
public static final LayerType Wrapper
public static final LayerType SIPLocal
public static final LayerType SIP
public static final LayerType IAXLocal
public static final LayerType IAX
public static final LayerType RTSPLocal
public static final LayerType RTSP
public static final LayerType ZRTPLocal
public static final LayerType ZRTP
public static final LayerType MSRPLocal
public static final LayerType MSRP
public static final LayerType HTTP
public static final LayerType APIDispatche
public static final LayerType Activation
public static final LayerType Application
public static LayerType[] values()
for (LayerType c : LayerType.values()) System.out.println(c);
public static LayerType 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 namejava.lang.NullPointerException
- if the argument is nullpublic static LayerType fromInt(int i)