| Package | Description |
|---|---|
| org.cipango.server | |
| org.cipango.server.session | |
| org.cipango.server.session.scoped |
| Modifier and Type | Field and Description |
|---|---|
protected Session |
SipMessage._session |
| Modifier and Type | Method and Description |
|---|---|
Session |
SipMessage.session() |
| Modifier and Type | Method and Description |
|---|---|
void |
SipMessage.setSession(Session session) |
| Constructor and Description |
|---|
SipResponse(SipRequest request,
int status,
java.lang.String reason,
Session session) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Session> |
ApplicationSession._sessions |
| Modifier and Type | Method and Description |
|---|---|
Session |
ApplicationSession.createDerivedSession(Session session) |
Session |
ApplicationSession.createSession(SipRequest initial) |
Session |
ApplicationSession.createUacSession(java.lang.String callId,
javax.servlet.sip.Address from,
javax.servlet.sip.Address to) |
Session |
Session.getLinkedSession() |
Session |
SessionManager.SipSessionIf.getSession() |
Session |
Session.getSession() |
Session |
ApplicationSession.getSession(SipMessage message) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Session> |
ApplicationSession.getDerivedSessions(Session session)
Returns the derived sessions for session
The session session is included in the list.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
ApplicationSession.createDerivedSession(Session session) |
void |
SessionManager.doSessionAttributeListeners(Session session,
java.lang.String name,
java.lang.Object old,
java.lang.Object value) |
java.util.List<Session> |
ApplicationSession.getDerivedSessions(Session session)
Returns the derived sessions for session
The session session is included in the list.
|
void |
SessionManager.removeSipSession(Session session) |
void |
Session.setLinkedSession(Session session) |
| Constructor and Description |
|---|
Session(java.lang.String id,
Session other) |
| Modifier and Type | Method and Description |
|---|---|
Session |
ScopedSession.getSession() |
| Constructor and Description |
|---|
ScopedClientTransactionListener(Session session,
ClientTransactionListener listener) |
ScopedServerTransactionListener(Session session,
ServerTransactionListener listener) |
ScopedSession(Session session) |
Copyright © 2015. All Rights Reserved.