|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppSession | |
|---|---|
| org.jdiameter.api | |
| org.jdiameter.api.acc | |
| org.jdiameter.api.auth | |
| org.jdiameter.api.cca | |
| org.jdiameter.api.sh | |
| Uses of AppSession in org.jdiameter.api |
|---|
| Methods in org.jdiameter.api with type parameters of type AppSession | ||
|---|---|---|
|
SessionFactory.getNewAppSession(ApplicationId applicationId,
java.lang.Class<? extends AppSession> userSession)
Create new vendor specific application session Use this method for create specific application sessions Example: ClientShSession session = factory.getNewSession(appId, ClientShSession.class) |
|
|
SessionFactory.getNewAppSession(java.lang.String sessionId,
ApplicationId applicationId,
java.lang.Class<? extends AppSession> userSession)
Create new vendor specific application session with predefined sessionId, origination host/realm names. |
|
| Method parameters in org.jdiameter.api with type arguments of type AppSession | ||
|---|---|---|
|
SessionFactory.getNewAppSession(ApplicationId applicationId,
java.lang.Class<? extends AppSession> userSession)
Create new vendor specific application session Use this method for create specific application sessions Example: ClientShSession session = factory.getNewSession(appId, ClientShSession.class) |
|
|
SessionFactory.getNewAppSession(java.lang.String sessionId,
ApplicationId applicationId,
java.lang.Class<? extends AppSession> userSession)
Create new vendor specific application session with predefined sessionId, origination host/realm names. |
|
| Uses of AppSession in org.jdiameter.api.acc |
|---|
| Subinterfaces of AppSession in org.jdiameter.api.acc | |
|---|---|
interface |
ClientAccSession
Basic class for accounting application specific session Listener must injection from constructor of implementation class |
interface |
ServerAccSession
Basic class for server accounting application specific session. |
| Methods in org.jdiameter.api.acc with parameters of type AppSession | |
|---|---|
void |
ServerAccSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived not authentication message. |
void |
ClientAccSessionListener.doOtherEvent(AppSession appSession,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this AccSessionEventListener that the ClientAccSesssion has recived not account message. |
| Uses of AppSession in org.jdiameter.api.auth |
|---|
| Subinterfaces of AppSession in org.jdiameter.api.auth | |
|---|---|
interface |
ClientAuthSession
Basic class for authentication application specific session Listener must injection from constructor of implementation class |
interface |
ServerAuthSession
Basic class for server authentication application specific session. |
| Methods in org.jdiameter.api.auth with parameters of type AppSession | |
|---|---|
void |
ServerAuthSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived not authentication message. |
void |
ClientAuthSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this AuthSessionEventListener that the ClientAuthSesssion has recived not authentication message. |
| Uses of AppSession in org.jdiameter.api.cca |
|---|
| Subinterfaces of AppSession in org.jdiameter.api.cca | |
|---|---|
interface |
ClientCCASession
ClientCCASession.java Super project: mobicents 3:47:35 PM Dec 2, 2008 |
interface |
ServerCCASession
ServerCCASession.java Super project: mobicents 3:49:10 PM Dec 2, 2008 |
| Methods in org.jdiameter.api.cca with parameters of type AppSession | |
|---|---|
void |
ServerCCASessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ServerCCASessionListener that the ServerCCASession has recived not CCA message, now it can be even RAA. |
void |
ClientCCASessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ClientCCASessionListener that the ClientCCASession has recived not CCA message, usually some extension. |
| Uses of AppSession in org.jdiameter.api.sh |
|---|
| Subinterfaces of AppSession in org.jdiameter.api.sh | |
|---|---|
interface |
ClientShSession
|
interface |
ServerShSession
|
| Methods in org.jdiameter.api.sh with parameters of type AppSession | |
|---|---|
void |
ServerShSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ShSessionEventListener that the ServerShSession has recived not Sh message. |
void |
ClientShSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ShSessionEventListener that the ClientShSession has recived not Sh message. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||