|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MobicentsSipApplicationSession | |
|---|---|
| org.mobicents.servlet.sip.core.session | |
| org.mobicents.servlet.sip.core.timers | |
| Uses of MobicentsSipApplicationSession in org.mobicents.servlet.sip.core.session |
|---|
| Classes in org.mobicents.servlet.sip.core.session that implement MobicentsSipApplicationSession | |
|---|---|
class |
SipApplicationSessionImpl
Implementation of the SipApplicationSession interface. |
| Fields in org.mobicents.servlet.sip.core.session declared as MobicentsSipApplicationSession | |
|---|---|
protected MobicentsSipApplicationSession |
SipSessionImpl.sipApplicationSession
|
| Fields in org.mobicents.servlet.sip.core.session with type parameters of type MobicentsSipApplicationSession | |
|---|---|
protected java.util.concurrent.ScheduledFuture<MobicentsSipApplicationSession> |
SipApplicationSessionImpl.expirationTimerFuture
|
protected java.util.concurrent.ConcurrentHashMap<SipApplicationSessionKey,MobicentsSipApplicationSession> |
SipManagerDelegate.sipApplicationSessions
|
| Methods in org.mobicents.servlet.sip.core.session that return MobicentsSipApplicationSession | |
|---|---|
MobicentsSipApplicationSession |
SipStandardManager.findSipApplicationSession(javax.servlet.http.HttpSession httpSession)
Retrieves the sip application session holding the converged http session in parameter |
MobicentsSipApplicationSession |
SipManager.findSipApplicationSession(javax.servlet.http.HttpSession httpSession)
Retrieves the sip application session holding the converged http session in parameter |
MobicentsSipApplicationSession |
SipManagerDelegate.findSipApplicationSession(javax.servlet.http.HttpSession httpSession)
Retrieves the sip application session holding the converged http session in parameter |
protected abstract MobicentsSipApplicationSession |
SipManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key,
SipContext sipContext)
|
protected MobicentsSipApplicationSession |
SipStandardManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key,
SipContext sipContext)
|
MobicentsSipApplicationSession |
SipSessionImpl.getSipApplicationSession()
|
MobicentsSipApplicationSession |
MobicentsSipSession.getSipApplicationSession()
|
MobicentsSipApplicationSession |
SipStandardManager.getSipApplicationSession(SipApplicationSessionKey key,
boolean create)
Retrieve a sip application session from its key. |
MobicentsSipApplicationSession |
SipManager.getSipApplicationSession(SipApplicationSessionKey key,
boolean create)
Retrieve a sip application session from its key. |
MobicentsSipApplicationSession |
SipManagerDelegate.getSipApplicationSession(SipApplicationSessionKey key,
boolean create)
Retrieve a sip application session from its key. |
MobicentsSipApplicationSession |
SipStandardManager.removeSipApplicationSession(SipApplicationSessionKey key)
Removes a sip application session from the manager by its key |
MobicentsSipApplicationSession |
SipManager.removeSipApplicationSession(SipApplicationSessionKey key)
Removes a sip application session from the manager by its key |
MobicentsSipApplicationSession |
SipManagerDelegate.removeSipApplicationSession(SipApplicationSessionKey key)
Removes a sip application session from the manager by its key |
| Methods in org.mobicents.servlet.sip.core.session that return types with arguments of type MobicentsSipApplicationSession | |
|---|---|
java.util.Iterator<MobicentsSipApplicationSession> |
SipStandardManager.getAllSipApplicationSessions()
|
java.util.Iterator<MobicentsSipApplicationSession> |
SipManager.getAllSipApplicationSessions()
|
java.util.Iterator<MobicentsSipApplicationSession> |
SipManagerDelegate.getAllSipApplicationSessions()
Retrieve all sip application sessions currently hold by the session manager |
| Methods in org.mobicents.servlet.sip.core.session with parameters of type MobicentsSipApplicationSession | |
|---|---|
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. |
protected void |
SipSessionImpl.setSipApplicationSession(MobicentsSipApplicationSession sipApplicationSession)
|
| Constructors in org.mobicents.servlet.sip.core.session with parameters of type MobicentsSipApplicationSession | |
|---|---|
SipSessionImpl(SipSessionKey key,
SipFactoryImpl sipFactoryImpl,
MobicentsSipApplicationSession mobicentsSipApplicationSession)
|
|
| Uses of MobicentsSipApplicationSession in org.mobicents.servlet.sip.core.timers |
|---|
| Constructors in org.mobicents.servlet.sip.core.timers with parameters of type MobicentsSipApplicationSession | |
|---|---|
ServletTimerImpl(java.io.Serializable info,
long delay,
boolean fixedDelay,
long period,
TimerListener listener,
MobicentsSipApplicationSession appSession)
Constructor for repeating times |
|
ServletTimerImpl(java.io.Serializable info,
long delay,
TimerListener listener,
MobicentsSipApplicationSession appSession)
Constructor for non-repeating timer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||