|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SipSessionKey | |
|---|---|
| org.mobicents.servlet.sip.core.session | |
| Uses of SipSessionKey in org.mobicents.servlet.sip.core.session |
|---|
| Fields in org.mobicents.servlet.sip.core.session declared as SipSessionKey | |
|---|---|
protected SipSessionKey |
SipSessionImpl.key
|
| Fields in org.mobicents.servlet.sip.core.session with type parameters of type SipSessionKey | |
|---|---|
protected java.util.concurrent.ConcurrentHashMap<SipSessionKey,MobicentsSipSession> |
SipManagerDelegate.sipSessions
|
| Methods in org.mobicents.servlet.sip.core.session that return SipSessionKey | |
|---|---|
SipSessionKey |
SipSessionImpl.getKey()
|
SipSessionKey |
MobicentsSipSession.getKey()
get the internal Mobicents Sip Session Key |
static SipSessionKey |
SessionManagerUtil.getSipSessionKey(java.lang.String applicationName,
javax.sip.message.Message message,
boolean inverted)
Computes the sip session key from the input parameters. |
static SipSessionKey |
SessionManagerUtil.parseSipSessionKey(java.lang.String sipSessionKey)
Parse a sip application key that was previously generated and put as an http request param through the encodeURL method of SipApplicationSession |
| Methods in org.mobicents.servlet.sip.core.session with parameters of type SipSessionKey | |
|---|---|
void |
SipManagerDelegate.changeSessionKey(SipSessionKey oldKey,
SipSessionKey newKey)
|
protected MobicentsSipSession |
SipManagerDelegate.createDerivedSipSession(MobicentsSipSession parentSipSession,
SipSessionKey sessionKey)
clone the parent sip session given in parameter except its attributes (they will be shared) and add it to the internal map of derived sessions identifying it by its ToTag |
protected abstract MobicentsSipSession |
SipManagerDelegate.getNewMobicentsSipSession(SipSessionKey key,
SipFactoryImpl sipFactoryImpl,
MobicentsSipApplicationSession mobicentsSipApplicationSession)
|
protected MobicentsSipSession |
SipStandardManagerDelegate.getNewMobicentsSipSession(SipSessionKey key,
SipFactoryImpl sipFactoryImpl,
MobicentsSipApplicationSession mobicentsSipApplicationSession)
|
MobicentsSipSession |
SipStandardManager.getSipSession(SipSessionKey key,
boolean create,
SipFactoryImpl sipFactoryImpl,
MobicentsSipApplicationSession sipApplicationSessionImpl)
Retrieve a sip session from its key. |
MobicentsSipSession |
SipManager.getSipSession(SipSessionKey key,
boolean create,
SipFactoryImpl sipFactoryImpl,
MobicentsSipApplicationSession MobicentsSipApplicationSession)
Retrieve a sip session from its key. |
MobicentsSipSession |
SipManagerDelegate.getSipSession(SipSessionKey key,
boolean create,
SipFactoryImpl sipFactoryImpl,
MobicentsSipApplicationSession sipApplicationSessionImpl)
Retrieve a sip session from its key. |
void |
SipSessionsUtilImpl.removeCorrespondingSipSession(SipSessionKey sipSession)
Add a mapping between a corresponding sipSession related to a headerName. |
MobicentsSipSession |
SipStandardManager.removeSipSession(SipSessionKey key)
Removes a sip session from the manager by its key |
MobicentsSipSession |
SipManager.removeSipSession(SipSessionKey key)
Removes a sip session from the manager by its key |
MobicentsSipSession |
SipManagerDelegate.removeSipSession(SipSessionKey key)
Removes a sip session from the manager by its key |
void |
SipSessionImpl.setKey(SipSessionKey key)
|
| Constructors in org.mobicents.servlet.sip.core.session with parameters of type SipSessionKey | |
|---|---|
SipSessionImpl(SipSessionKey key,
SipFactoryImpl sipFactoryImpl,
MobicentsSipApplicationSession mobicentsSipApplicationSession)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||