|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogState | |
gov.nist.javax.sip.stack | This package contains the classes for building a SIP stack. |
javax.sip | This package contains the main interfaces that model the JAIN SIP architectute from both an application developer and a stack vendor view. |
Uses of DialogState in gov.nist.javax.sip.stack |
Methods in gov.nist.javax.sip.stack that return DialogState | |
DialogState |
DialogImpl.getState()
Returns the current state of the dialogue. |
Uses of DialogState in javax.sip |
Fields in javax.sip declared as DialogState | |
static DialogState |
DialogState.EARLY
This constant value indicates that the dialog state is "Early". |
static DialogState |
DialogState.CONFIRMED
This constant value indicates that the dialog state is "Confirmed". |
static DialogState |
DialogState.COMPLETED
This constant value indicates that the dialog state is "Completed". |
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 state of the dialog. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |