| Package | Description |
|---|---|
| org.mobicents.servlet.sip.core.dispatchers | |
| org.mobicents.servlet.sip.core.session |
| Modifier and Type | Method and Description |
|---|---|
protected static SipApplicationSessionKey |
MessageDispatcher.makeAppSessionKey(SipContext sipContext,
SipServletRequestImpl sipServletRequestImpl,
String applicationName) |
| Modifier and Type | Field and Description |
|---|---|
protected SipApplicationSessionKey |
SipApplicationSessionImpl.key |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<SipApplicationSessionKey,MobicentsSipApplicationSession> |
SipManagerDelegate.sipApplicationSessions |
| Modifier and Type | Method and Description |
|---|---|
SipApplicationSessionKey |
SipApplicationSessionImpl.getKey() |
static SipApplicationSessionKey |
SessionManagerUtil.getSipApplicationSessionKey(String applicationName,
String id,
String appGeneratedKey)
Computes the sip application session key from the input parameters.
|
static SipApplicationSessionKey |
SessionManagerUtil.parseSipApplicationSessionKey(String sipApplicationKey)
Parse a sip application key that was previously generated and put as an http request param
through the encodeURL method of SipApplicationSession
|
| Modifier and Type | Method and Description |
|---|---|
protected MobicentsSipApplicationSession |
SipManagerDelegate.createSipApplicationSession(SipApplicationSessionKey key) |
protected abstract MobicentsSipApplicationSession |
SipManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key,
SipContext sipContext) |
protected MobicentsSipApplicationSession |
SipStandardManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key,
SipContext sipContext) |
MobicentsSipApplicationSession |
SipManagerDelegate.getSipApplicationSession(SipApplicationSessionKey key,
boolean create)
Retrieve a sip application session from its key.
|
void |
SipApplicationSessionImpl.setKey(SipApplicationSessionKey key) |
| Constructor and Description |
|---|
SipApplicationSessionAsyncTask(SipApplicationSessionKey key,
SipApplicationSessionAsynchronousWork work,
MobicentsSipFactory sipFactory) |
SipApplicationSessionImpl(SipApplicationSessionKey key,
SipContext sipContext) |
Copyright © 2015. All Rights Reserved.