public static enum IAssociationControl.State extends Enum<IAssociationControl.State>
| Enum Constant and Description |
|---|
CLOSED |
COOKIE_ECHOED |
COOKIE_WAIT |
ESTABLISHED |
| Modifier and Type | Method and Description |
|---|---|
static IAssociationControl.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAssociationControl.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IAssociationControl.State CLOSED
public static final IAssociationControl.State COOKIE_WAIT
public static final IAssociationControl.State COOKIE_ECHOED
public static final IAssociationControl.State ESTABLISHED
public static IAssociationControl.State[] values()
for (IAssociationControl.State c : IAssociationControl.State.values()) System.out.println(c);
public static IAssociationControl.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2005–2017 Red5. All rights reserved.