|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SipApplicationSessionKey | |
|---|---|
| org.jboss.web.tomcat.service.session | |
| org.mobicents.servlet.sip.core.dispatchers | |
| org.mobicents.servlet.sip.core.session | |
| Uses of SipApplicationSessionKey in org.jboss.web.tomcat.service.session |
|---|
| Fields in org.jboss.web.tomcat.service.session declared as SipApplicationSessionKey | |
|---|---|
protected SipApplicationSessionKey |
ClusteredSipSession.sipAppSessionParentKey
|
| Constructors in org.jboss.web.tomcat.service.session with parameters of type SipApplicationSessionKey | |
|---|---|
AttributeBasedClusteredSipApplicationSession(SipApplicationSessionKey key,
SipContext sipContext)
|
|
ClusteredSipApplicationSession(SipApplicationSessionKey key,
SipContext sipContext,
boolean useJK)
|
|
FieldBasedClusteredSipApplicationSession(SipApplicationSessionKey key,
SipContext sipContext)
|
|
JBossCacheClusteredSipApplicationSession(SipApplicationSessionKey key,
SipContext sipContext)
|
|
SessionBasedClusteredSipApplicationSession(SipApplicationSessionKey key,
SipContext sipContext)
|
|
| Uses of SipApplicationSessionKey in org.mobicents.servlet.sip.core.dispatchers |
|---|
| Methods in org.mobicents.servlet.sip.core.dispatchers that return SipApplicationSessionKey | |
|---|---|
protected static SipApplicationSessionKey |
MessageDispatcher.makeAppSessionKey(SipContext sipContext,
SipServletRequestImpl sipServletRequestImpl,
java.lang.String applicationName)
|
| Uses of SipApplicationSessionKey in org.mobicents.servlet.sip.core.session |
|---|
| Fields in org.mobicents.servlet.sip.core.session declared as SipApplicationSessionKey | |
|---|---|
protected SipApplicationSessionKey |
SipApplicationSessionImpl.key
|
| Fields in org.mobicents.servlet.sip.core.session with type parameters of type SipApplicationSessionKey | |
|---|---|
protected java.util.concurrent.ConcurrentHashMap<SipApplicationSessionKey,MobicentsSipApplicationSession> |
SipManagerDelegate.sipApplicationSessions
|
| Methods in org.mobicents.servlet.sip.core.session that return SipApplicationSessionKey | |
|---|---|
SipApplicationSessionKey |
MobicentsSipApplicationSession.getKey()
|
SipApplicationSessionKey |
SipApplicationSessionImpl.getKey()
|
static SipApplicationSessionKey |
SessionManagerUtil.getSipApplicationSessionKey(java.lang.String applicationName,
java.lang.String id,
boolean isAppGeneratedKey)
Computes the sip application session key from the input parameters. |
static SipApplicationSessionKey |
SessionManagerUtil.parseSipApplicationSessionKey(java.lang.String sipApplicationKey)
Parse a sip application key that was previously generated and put as an http request param through the encodeURL method of SipApplicationSession |
| Constructors in org.mobicents.servlet.sip.core.session with parameters of type SipApplicationSessionKey | |
|---|---|
SipApplicationSessionImpl(SipApplicationSessionKey key,
SipContext sipContext)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||