-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum IceCandidatePairStateICE candidate pair state as defined in RFC 5245.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description STATE_SUCCEEDEDSucceeded: A check for this pair was already done and produced a successful result.
STATE_FROZENFrozen: A check for this pair hasn't been performed, and it can't yet be performed until someother check succeeds, allowing this pair to unfreeze and move into the Waiting state.
STATE_WAITINGWaiting: A check has not been performed for this pair, and can be performed as soon as it isthe highest-priority Waiting pair on the check list.
STATE_IN_PROGRESSIn-Progress: A check has been sent for this pair, but the transaction is in progress.
STATE_FAILEDFailed: A check for this pair was already done and failed, either never producing anyresponse or producing an unrecoverable failure response.
-
Method Summary
Modifier and Type Method Description static Array<IceCandidatePairState>values()static IceCandidatePairStatevalueOf(String name)-
-
Method Detail
-
values
static Array<IceCandidatePairState> values()
-
valueOf
static IceCandidatePairState valueOf(String name)
-
-
-
-