| Class | Description |
|---|---|
| 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 | |
| SipStandardManagerDelegate |
| Enum | Description |
|---|---|
| SipApplicationSessionEventType | |
| SipSessionEventType |
Copyright © 2015. All Rights Reserved.