public static enum KeepAliveManager.Mode extends java.lang.Enum<KeepAliveManager.Mode>
Enum Constant and Description |
---|
PER_CLIENT |
PER_ID_AS_MEDIAPIPELINE |
PER_ID_AS_SESSION |
Modifier and Type | Method and Description |
---|---|
static KeepAliveManager.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeepAliveManager.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeepAliveManager.Mode PER_CLIENT
public static final KeepAliveManager.Mode PER_ID_AS_SESSION
public static final KeepAliveManager.Mode PER_ID_AS_MEDIAPIPELINE
public static KeepAliveManager.Mode[] values()
for (KeepAliveManager.Mode c : KeepAliveManager.Mode.values()) System.out.println(c);
public static KeepAliveManager.Mode 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