|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogState | |
---|---|
javax.sip | This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. |
Uses of DialogState in javax.sip |
---|
Fields in javax.sip declared as DialogState | |
---|---|
static DialogState |
DialogState.COMPLETED
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. Since v1.2. This state does not exist in a dialog. |
static DialogState |
DialogState.CONFIRMED
This constant value indicates that the dialog state is "Confirmed". |
static DialogState |
DialogState.EARLY
This constant value indicates that the dialog state is "Early". |
static DialogState |
DialogState.TERMINATED
This constant value indicates that the dialog state is "Terminated". |
Methods in javax.sip that return DialogState | |
---|---|
static DialogState |
DialogState.getObject(int dialogState)
This method returns the object value of the DialogState |
DialogState |
Dialog.getState()
Returns the current DialogState of the dialog or null. |
|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |