|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SipSessionKey | |
|---|---|
| org.mobicents.servlet.sip.core.session | |
| org.mobicents.servlet.sip.message | |
| 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
|
protected java.util.Set<SipSessionKey> |
SipApplicationSessionImpl.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 applicationSessionId,
java.lang.String applicationName,
javax.sip.message.Message message,
boolean inverted)
Computes the sip session key from the input parameters. |
static SipSessionKey |
SessionManagerUtil.parseHaSipSessionKey(java.lang.String sipSessionKey,
java.lang.String sipAppSessionId,
java.lang.String sipApplicationName)
Parse a sip application key that was previously generated and put as an http request param through the encodeURL method of SipApplicationSession |
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 |
SipSessionKey |
SipApplicationSessionImpl.removeSipSession(MobicentsSipSession mobicentsSipSession)
|
| 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 MobicentsSipSession |
SipManagerDelegate.createSipSession(SipSessionKey key,
boolean create,
SipFactoryImpl sipFactoryImpl,
MobicentsSipApplicationSession sipApplicationSessionImpl)
|
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. |
MobicentsSipSession |
DistributableSipManager.getSipSession(SipSessionKey key,
boolean create,
SipFactoryImpl sipFactoryImpl,
MobicentsSipApplicationSession MobicentsSipApplicationSession,
boolean localOnly)
Retrieve a sip session from its key. |
static java.lang.String |
SessionManagerUtil.getSipSessionHaKey(SipSessionKey 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)
|
protected MobicentsSipSession |
SipManagerDelegate.setToTag(SipSessionKey key,
MobicentsSipSession sipSession)
|
| Constructors in org.mobicents.servlet.sip.core.session with parameters of type SipSessionKey | |
|---|---|
SipSessionImpl(SipSessionKey key,
SipFactoryImpl sipFactoryImpl,
MobicentsSipApplicationSession mobicentsSipApplicationSession)
|
|
| Uses of SipSessionKey in org.mobicents.servlet.sip.message |
|---|
| Fields in org.mobicents.servlet.sip.message declared as SipSessionKey | |
|---|---|
protected SipSessionKey |
SipServletMessageImpl.sessionKey
|
| Methods in org.mobicents.servlet.sip.message that return SipSessionKey | |
|---|---|
SipSessionKey |
MobicentsSipSessionFacade.getKey()
|
SipSessionKey |
SipServletMessageImpl.getSipSessionKey()
|
| Methods in org.mobicents.servlet.sip.message that return types with arguments of type SipSessionKey | |
|---|---|
java.util.Map<SipSessionKey,SipSessionKey> |
B2buaHelperImpl.getSessionMap()
|
java.util.Map<SipSessionKey,SipSessionKey> |
B2buaHelperImpl.getSessionMap()
|
| Methods in org.mobicents.servlet.sip.message with parameters of type SipSessionKey | |
|---|---|
void |
B2buaHelperImpl.unlinkOriginalRequestInternal(SipSessionKey sipSessionKey)
|
| Method parameters in org.mobicents.servlet.sip.message with type arguments of type SipSessionKey | |
|---|---|
void |
B2buaHelperImpl.setSessionMap(java.util.Map<SipSessionKey,SipSessionKey> sessionMap)
|
void |
B2buaHelperImpl.setSessionMap(java.util.Map<SipSessionKey,SipSessionKey> sessionMap)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||