| Modifier and Type | Method and Description |
|---|---|
<T extends AppSession> |
SessionFactory.getNewAppSession(ApplicationId applicationId,
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)
|
<T extends AppSession> |
SessionFactory.getNewAppSession(String sessionId,
ApplicationId applicationId,
Class<? extends AppSession> userSession)
Create new vendor specific application session with predefined sessionId, origination host/realm names.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AppSession> |
SessionFactory.getNewAppSession(ApplicationId applicationId,
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)
|
<T extends AppSession> |
SessionFactory.getNewAppSession(String sessionId,
ApplicationId applicationId,
Class<? extends AppSession> userSession)
Create new vendor specific application session with predefined sessionId, origination host/realm names.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CCASession |
interface |
ClientCCASession
Basic class for client credit-control application specific session
Listener must be injected from constructor of implementation class
|
interface |
ServerCCASession
Basic class for server credit-control application specific session
Listener must be injected from constructor of implementation class
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerCCASessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ServerCCASessionListener that the ServerCCASession has received 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 received a non CCA message, usually some extension.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientCxDxSession |
interface |
ServerCxDxSession |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerCxDxSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ClientCxDxSessionListener that the ClientCxDxSession has recived not CxDx message, usually some extension.
|
void |
ClientCxDxSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ClientCxDxSessionListener that the ClientCxDxSession has recived not CxDx message, usually some extension.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GqClientSession
Basic class for Client Gq application specific session
Listener must be injected from constructor of implementation class
|
interface |
GqServerSession
Basic class for Server Gq application specific session
Listener must be injected from constructor of implementation class
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientGxSession
Basic class for Gx client credit-control application specific session.
|
interface |
ServerGxSession
Basic class for server credit-control application specific session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerGxSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ServerRoSessionListener that the ServerRoSession has received not Ro message,
now it can be even RAA.
|
void |
ClientGxSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ClientGxSessionListener that the ClientGxSession has received a non Gx message, usually some extension.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientRfSession
Basic class for Rf accounting application specific session
Listener must injection from constructor of implementation class
|
interface |
ServerRfSession
Basic class for server Rf accounting application specific session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRfSessionListener.doOtherEvent(AppSession appSession,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this AccSessionEventListener that the ClientAccSesssion has received not account message.
|
void |
ServerRfSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived not authentication message.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientRoSession
Basic class for Ro client credit-control application specific session
Listener must be injected from constructor of implementation class
|
interface |
ServerRoSession
Basic class for server credit-control application specific session
Listener must be injected from constructor of implementation class
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerRoSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ServerRoSessionListener that the ServerRoSession has received not Ro message,
now it can be even RAA.
|
void |
ClientRoSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ClientRoSessionListener that the ClientRoSession has received a non Ro message, usually some extension.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientRxSession
Basic class for Rx Client Interface specific session.
|
interface |
ServerRxSession
Basic class for Rx Server Interface specific session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRxSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer) |
void |
ServerRxSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientS6aSession |
interface |
ServerS6aSession |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerS6aSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer) |
void |
ClientS6aSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientShSession |
interface |
ServerShSession |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2016. All Rights Reserved.