| Package | Description |
|---|---|
| javax.servlet.sip |
| Modifier and Type | Method and Description |
|---|---|
SipSession |
SipSessionsUtil.getCorrespondingSipSession(SipSession session,
String headerName)
Returns related SipSession.
|
SipSession |
B2buaHelper.getLinkedSession(SipSession session)
Returns the other SipSession that is linked to the specified SipSession,
or null if none.
|
SipSession |
SipSessionEvent.getSession()
Returns the session that changed.
|
SipSession |
SipServletMessage.getSession()
Returns the SipSession to which this message belongs.
|
SipSession |
SipSessionBindingEvent.getSession()
Returns the session to or from which the object is bound or unbound.
|
SipSession |
SipServletMessage.getSession(boolean create)
Returns the SipSession to which this message belongs.
|
SipSession |
SipApplicationSession.getSipSession(String id)
Returns the SipSession with the specified id belonging to this application session, or null if not found.
|
| Modifier and Type | Method and Description |
|---|---|
SipServletRequest |
B2buaHelper.createCancel(SipSession session)
Creates a new CANCEL request to cancel the initial request sent on the other leg.
|
SipServletRequest |
B2buaHelper.createRequest(SipSession session,
SipServletRequest origRequest,
Map<String,List<String>> headerMap)
Creates a new subsequent request based on the specified original request.
|
SipServletResponse |
B2buaHelper.createResponseToOriginalRequest(SipSession session,
int status,
String reasonPhrase)
The request that results in creation of a SipSession is termed as the
original request, a response to this original request can be created by
the application even if the request was committed and application does
not have a reference to this Request.
|
SipSession |
SipSessionsUtil.getCorrespondingSipSession(SipSession session,
String headerName)
Returns related SipSession.
|
SipSession |
B2buaHelper.getLinkedSession(SipSession session)
Returns the other SipSession that is linked to the specified SipSession,
or null if none.
|
List<SipServletMessage> |
B2buaHelper.getPendingMessages(SipSession session,
UAMode mode)
For the specified SipSession, returns a List of all uncommitted messages
in the order of increasing CSeq number for the given mode of the session.
|
void |
B2buaHelper.linkSipSessions(SipSession session1,
SipSession session2)
Links the specified sessions, such that there is a 1-1 mapping between
them.
|
void |
B2buaHelper.unlinkSipSessions(SipSession session)
If the specified SipSession is linked to another session, then unlinks
the two sessions from each other.
|
| Constructor and Description |
|---|
SipSessionBindingEvent(SipSession session,
String name)
Constructs an event that notifies an object that it has been bound to or unbound from a session.
|
SipSessionEvent(SipSession source)
Construct a session event from the given source.
|
Copyright © 2016. All Rights Reserved.