NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Class
javax.sip.DialogState

Packages that use DialogState
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
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 gov.nist.javax.sip.stack
 

Methods in gov.nist.javax.sip.stack that return DialogState
 DialogState SIPDialog.getState()
           
 

Methods in gov.nist.javax.sip.stack with parameters of type DialogState
 Collection<Dialog> SIPTransactionStack.getDialogs(DialogState state)
           
 

Uses of DialogState in javax.sip
 

Fields in javax.sip declared as DialogState
static DialogState DialogState.COMPLETED
          Deprecated. 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.
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.