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   
 

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 SipSessionsUtilImpl.getCorrespondingSipApplicationSession(SipApplicationSessionKey sipApplicationSessionKey, java.lang.String headerName)
          
 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
 

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.
 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 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.
 void SipSessionsUtilImpl.removeCorrespondingSipApplicationSession(SipApplicationSessionKey sipApplicationSession)
          Add a mapping between a corresponding sipSession related to a headerName.
 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
 void SipApplicationSessionImpl.setKey(SipApplicationSessionKey key)
           
 

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



Copyright © 2009. All Rights Reserved.