|
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 |
| SipApplicationSessionCreationThreadLocal |
Information related to the application sessions created in the context of a thread when it is passed to the application |
| 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. |
| SipSessionSecurity |
Added to cache the credentials and store the nextnonce for Issue 2173 http://code.google.com/p/mobicents/issues/detail?id=2173
Handle Header [Authentication-Info: nextnonce="xyz"] in sip authorization responses |
| 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 |
|