|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.servlet.sip.core.session.SipSessionsUtilImpl
public class SipSessionsUtilImpl
| Constructor Summary | |
|---|---|
SipSessionsUtilImpl(SipContext sipContext)
|
|
| Method Summary | |
|---|---|
void |
addCorrespondingSipApplicationSession(SipApplicationSessionKey newApplicationSession,
SipApplicationSessionKey correspondingSipApplicationSession,
java.lang.String headerName)
Add a mapping between a new session and a corresponding sipSession related to a headerName. |
void |
addCorrespondingSipSession(MobicentsSipSession newSession,
MobicentsSipSession correspondingSipSession,
java.lang.String headerName)
Add a mapping between a new session and a corresponding sipSession related to a headerName. |
SipApplicationSession |
getApplicationSessionById(java.lang.String applicationSessionId)
|
SipApplicationSession |
getApplicationSessionByKey(java.lang.String applicationSessionKey,
boolean create)
|
SipApplicationSessionKey |
getCorrespondingSipApplicationSession(SipApplicationSessionKey sipApplicationSessionKey,
java.lang.String headerName)
|
SipSession |
getCorrespondingSipSession(SipSession sipSession,
java.lang.String headerName)
|
void |
removeCorrespondingSipApplicationSession(SipApplicationSessionKey sipApplicationSession)
Add a mapping between a corresponding sipSession related to a headerName. |
void |
removeCorrespondingSipSession(SipSessionKey sipSession)
Add a mapping between a corresponding sipSession related to a headerName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SipSessionsUtilImpl(SipContext sipContext)
| Method Detail |
|---|
public SipApplicationSession getApplicationSessionById(java.lang.String applicationSessionId)
getApplicationSessionById in interface SipSessionsUtil
public SipApplicationSession getApplicationSessionByKey(java.lang.String applicationSessionKey,
boolean create)
getApplicationSessionByKey in interface SipSessionsUtil
public SipSession getCorrespondingSipSession(SipSession sipSession,
java.lang.String headerName)
getCorrespondingSipSession in interface SipSessionsUtil
public void addCorrespondingSipSession(MobicentsSipSession newSession,
MobicentsSipSession correspondingSipSession,
java.lang.String headerName)
newSession - the new sessioncorrespondingSipSession - the corresponding sip session to addheaderName - the header namepublic void removeCorrespondingSipSession(SipSessionKey sipSession)
correspondingSipSession - the corresponding sip session to addheaderName - the header name
public SipApplicationSessionKey getCorrespondingSipApplicationSession(SipApplicationSessionKey sipApplicationSessionKey,
java.lang.String headerName)
public void addCorrespondingSipApplicationSession(SipApplicationSessionKey newApplicationSession,
SipApplicationSessionKey correspondingSipApplicationSession,
java.lang.String headerName)
newSession - the new sessioncorrespondingSipSession - the corresponding sip session to addheaderName - the header namepublic void removeCorrespondingSipApplicationSession(SipApplicationSessionKey sipApplicationSession)
correspondingSipSession - the corresponding sip session to addheaderName - the header name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||