Uses of Class
org.mobicents.servlet.sip.core.session.SipApplicationSessionKey

Packages that use SipApplicationSessionKey
org.mobicents.servlet.sip.core.dispatchers   
org.mobicents.servlet.sip.core.session   
org.mobicents.servlet.sip.message   
 

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
           
protected  SipApplicationSessionKey SipSessionImpl.sipApplicationSessionKey
           
 

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 SipSessionsUtilImpl.getCorrespondingSipApplicationSession(SipApplicationSessionKey sipApplicationSessionKey, java.lang.String headerName)
          
 SipApplicationSessionKey SipApplicationSessionImpl.getKey()
           
 SipApplicationSessionKey MobicentsSipApplicationSession.getKey()
           
static SipApplicationSessionKey SessionManagerUtil.getSipApplicationSessionKey(java.lang.String applicationName, java.lang.String id)
          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
 

Methods in org.mobicents.servlet.sip.core.session with parameters of type SipApplicationSessionKey
 void SipSessionsUtilImpl.addCorrespondingSipApplicationSession(SipApplicationSessionKey newApplicationSession, SipApplicationSessionKey correspondingSipApplicationSession, java.lang.String headerName)
          Add a mapping between a new session and a corresponding sipSession related to a headerName.
protected  MobicentsSipApplicationSession SipManagerDelegate.createSipApplicationSession(SipApplicationSessionKey key)
           
 SipApplicationSessionKey SipSessionsUtilImpl.getCorrespondingSipApplicationSession(SipApplicationSessionKey sipApplicationSessionKey, java.lang.String headerName)
          
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.
 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 DistributableSipManager.getSipApplicationSession(SipApplicationSessionKey key, boolean create, boolean localOnly)
          Retrieve a sip application session from its key.
 void SipSessionsUtilImpl.removeCorrespondingSipApplicationSession(SipApplicationSessionKey sipApplicationSession)
          Add a mapping between a corresponding sipSession related to a headerName.
 MobicentsSipApplicationSession SipManagerDelegate.removeSipApplicationSession(SipApplicationSessionKey key)
          Removes a sip application session from the manager by 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
 void SipApplicationSessionImpl.setKey(SipApplicationSessionKey key)
           
 

Constructors in org.mobicents.servlet.sip.core.session with parameters of type SipApplicationSessionKey
SipApplicationSessionAsyncTask(SipApplicationSessionKey key, SipApplicationSessionAsynchronousWork work, SipFactoryImpl sipFactory)
           
SipApplicationSessionImpl(SipApplicationSessionKey key, SipContext sipContext)
           
 

Uses of SipApplicationSessionKey in org.mobicents.servlet.sip.message
 

Methods in org.mobicents.servlet.sip.message that return SipApplicationSessionKey
 SipApplicationSessionKey MobicentsSipApplicationSessionFacade.getKey()
           
 



Copyright © 2011. All Rights Reserved.