Package org.mobicents.servlet.sip.core.session

Interface Summary
ConvergedSession Interface allowing us to check if a converged session is still valid
DistributableSipManager Interface that should be implemented by all manager allowing applications to work in a distributed environment.
MobicentsSipApplicationSession  
MobicentsSipSession  
SipManager A SipManager manages the Sip Sessions that are associated with a particular Container.
 

Class Summary
ConvergedSessionDelegate This class handles the additionnal sip features of a converged session It is a delegate since it is used by many http session implementations classes (Standard and clustered ones)
ConvergedSessionFacade Facade for the ConvergedSession object.
ConvergedStandardSession Extension of the Tomcat StandardSession class so that applications are able to cast session to javax.servlet.sip.ConvergedHttpSession interface.
SessionManagerUtil This class is used as a central place to get a session be it a sip session or an sip application session.
SipApplicationSessionAsyncTask Wrapper around the SipApplicationSessionAsynchronousWork to make sure the work is done in a thread safe manner
SipApplicationSessionImpl Implementation of the SipApplicationSession interface.
SipApplicationSessionKey Class representing the key (which will also be its id) for a sip application session.
It is composed of a random UUID and the application Name.
SipListenersHolder  
SipManagerDelegate This class handles the management of sip sessions and sip application sessions for a given container (context) It is a delegate since it is used by many manager implementations classes (Standard and clustered ones)
SipRequestDispatcher  
SipSessionAsyncTask Wrapper around the AsynchronousWork to make sure the work is done in a thread safe manner
SipSessionImpl Implementation of the SipSession interface.
SipSessionKey Class representing the key (which will also be its id) for a sip session.
It is composed of the From Header parameter Tag, the To Header parameter tag, the Call-Id, the app session id and the application Name.
SipSessionsUtilImpl  
SipStandardManager Extension of the Standard implementation of the Manager interface provided by Tomcat to be able to make the httpsession available as ConvergedHttpSession as for Spec JSR289 Section 13.5 and to handle management of sip sessions and sip application sessions for a given container (context)
SipStandardManagerDelegate  
 

Enum Summary
SipApplicationSessionEventType  
SipSessionImpl.SipSessionEventType  
 



Copyright © 2010. All Rights Reserved.