Uses of Class
javax.servlet.sip.SipSession.State

Packages that use SipSession.State
javax.servlet.sip   
 

Uses of SipSession.State in javax.servlet.sip
 

Methods in javax.servlet.sip that return SipSession.State
 SipSession.State SipSession.getState()
          Returns the current SIP dialog state, which is one of INITIAL, EARLY, CONFIRMED, or TERMINATED.
static SipSession.State SipSession.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SipSession.State[] SipSession.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.