Uses of Interface
org.mobicents.servlet.sip.startup.SipContext

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

Uses of SipContext in org.mobicents.servlet.sip.core
 

Methods in org.mobicents.servlet.sip.core that return SipContext
 SipContext SipApplicationDispatcherImpl.findSipApplication(java.lang.String applicationName)
           
 SipContext SipApplicationDispatcher.findSipApplication(java.lang.String applicationName)
          Find the sip application to which sip messages can currently be routed by its name
 SipContext SipApplicationDispatcherImpl.removeSipApplication(java.lang.String sipApplicationName)
          Remove a sip application to which sip messages can be routed
 SipContext SipApplicationDispatcher.removeSipApplication(java.lang.String sipApplicationName)
          Remove a sip application to which sip messages can be routed
 

Methods in org.mobicents.servlet.sip.core that return types with arguments of type SipContext
 java.util.Iterator<SipContext> SipApplicationDispatcherImpl.findSipApplications()
          Serialize the state info in memory and deserialize it and return the new object.
 java.util.Iterator<SipContext> SipApplicationDispatcher.findSipApplications()
          Find the sip applications to which sip messages can currently be routed
 

Methods in org.mobicents.servlet.sip.core with parameters of type SipContext
 void SipApplicationDispatcherImpl.addSipApplication(java.lang.String sipApplicationName, SipContext sipApplication)
          Add a new sip application to which sip messages can be routed
 void SipApplicationDispatcher.addSipApplication(java.lang.String sipApplicationName, SipContext sipApplication)
          Add a new sip application to which sip messages can be routed
 

Uses of SipContext in org.mobicents.servlet.sip.core.dispatchers
 

Methods in org.mobicents.servlet.sip.core.dispatchers with parameters of type SipContext
 java.util.concurrent.ExecutorService MessageDispatcher.getConcurrencyModelExecutorService(SipContext sipContext, SipServletMessageImpl sipServletMessage)
          This method return an ExecutorService depending on the current concurrency strategy.
protected static SipApplicationSessionKey MessageDispatcher.makeAppSessionKey(SipContext sipContext, SipServletRequestImpl sipServletRequestImpl, java.lang.String applicationName)
           
 

Uses of SipContext in org.mobicents.servlet.sip.core.session
 

Fields in org.mobicents.servlet.sip.core.session declared as SipContext
protected  SipContext SipApplicationSessionImpl.sipContext
          The first sip application for subsequent requests.
 

Methods in org.mobicents.servlet.sip.core.session that return SipContext
 SipContext MobicentsSipApplicationSession.getSipContext()
           
 SipContext SipApplicationSessionImpl.getSipContext()
           
 

Methods in org.mobicents.servlet.sip.core.session with parameters of type SipContext
protected abstract  MobicentsSipApplicationSession SipManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
protected  MobicentsSipApplicationSession SipStandardManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
 

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

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

Methods in org.mobicents.servlet.sip.message that return SipContext
 SipContext MobicentsSipApplicationSessionFacade.getSipContext()
           
 

Methods in org.mobicents.servlet.sip.message with parameters of type SipContext
 SipApplicationSession SipFactoryImpl.createApplicationSession(SipContext sipContext)
          Creates an application session associated with the context
 

Constructors in org.mobicents.servlet.sip.message with parameters of type SipContext
SipFactoryFacade(SipFactoryImpl sipFactoryImpl, SipContext sipContext)
           
 

Uses of SipContext in org.mobicents.servlet.sip.security
 

Methods in org.mobicents.servlet.sip.security with parameters of type SipContext
static boolean SipSecurityUtils.authenticate(SipContext sipStandardContext, SipServletRequestImpl request, SipSecurityConstraint sipConstraint)
           
static boolean SipSecurityUtils.authorize(SipContext sipStandardContext, SipServletRequestImpl request)
           
 



Copyright © 2010. All Rights Reserved.