| Package | Description |
|---|---|
| javax.servlet.sip |
| Modifier and Type | Method and Description |
|---|---|
static SipApplicationSession.Protocol |
SipApplicationSession.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SipApplicationSession.Protocol[] |
SipApplicationSession.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SipApplicationSession.getSession(String id,
SipApplicationSession.Protocol protocol)
Returns the session object with the specified id associated with the specified protocol belonging to this application session, or null if not found.
|
Copyright © 2016. All rights reserved.