public static enum DialogTimeoutEvent.Reason extends Enum<DialogTimeoutEvent.Reason>
| Enum Constant and Description |
|---|
AckNotReceived |
AckNotSent |
CannotAcquireAckSemaphoreForOk |
EarlyStateTimeout |
ReInviteTimeout |
| Modifier and Type | Method and Description |
|---|---|
static DialogTimeoutEvent.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogTimeoutEvent.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DialogTimeoutEvent.Reason AckNotReceived
public static final DialogTimeoutEvent.Reason AckNotSent
public static final DialogTimeoutEvent.Reason ReInviteTimeout
public static final DialogTimeoutEvent.Reason EarlyStateTimeout
public static final DialogTimeoutEvent.Reason CannotAcquireAckSemaphoreForOk
public static DialogTimeoutEvent.Reason[] values()
for (DialogTimeoutEvent.Reason c : DialogTimeoutEvent.Reason.values()) System.out.println(c);
public static DialogTimeoutEvent.Reason 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 © 2014. All Rights Reserved.