public static enum Protocol.GatewayType extends java.lang.Enum<Protocol.GatewayType>
| Modifier and Type | Method and Description |
|---|---|
static Protocol.GatewayType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.GatewayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol.GatewayType GATEWAY_PROTOCOL
public static final Protocol.GatewayType GATEWAY_CREATE
public static final Protocol.GatewayType GATEWAY_KEEPALIVE
public static final Protocol.GatewayType GATEWAY_ASK
public static final Protocol.GatewayType GATEWAY_ATTACH
public static final Protocol.GatewayType GATEWAY_DESTROY
public static final Protocol.GatewayType GATEWAY_DETACH
public static final Protocol.GatewayType GATEWAY_HANGUP
public static final Protocol.GatewayType GATEWAY_CLAIM
public static final Protocol.GatewayType GATEWAY_MESSAGE
public static final Protocol.GatewayType GATEWAY_TRICKLE
public static final Protocol.GatewayType GATEWAY_EVENT
public static final Protocol.GatewayType GATEWAY_ERROR
public static final Protocol.GatewayType GATEWAY_ACK
public static final Protocol.GatewayType GATEWAY_SUCCESS
public static final Protocol.GatewayType GATEWAY_WEBRTCUP
public static final Protocol.GatewayType GATEWAY_DETACHED
public static final Protocol.GatewayType GATEWAY_MEDIA
public static final Protocol.GatewayType GATEWAY_SLOWLINK
public static final Protocol.GatewayType GATEWAY_UNKNOWN
public static Protocol.GatewayType[] values()
for (Protocol.GatewayType c : Protocol.GatewayType.values()) System.out.println(c);
public static Protocol.GatewayType 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 null