| Package | Description |
|---|---|
| javax.servlet.sip |
| Modifier and Type | Method and Description |
|---|---|
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 © 2014. All Rights Reserved.