|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AppRequestEvent in org.jdiameter.api.acc |
|---|
| Methods in org.jdiameter.api.acc with parameters of type AppRequestEvent | |
|---|---|
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 AppRequestEvent in org.jdiameter.api.acc.events |
|---|
| Subinterfaces of AppRequestEvent in org.jdiameter.api.acc.events | |
|---|---|
interface |
AccountRequest
An Account Request is a request from a client to a server |
| Uses of AppRequestEvent in org.jdiameter.api.auth |
|---|
| Methods in org.jdiameter.api.auth with parameters of type AppRequestEvent | |
|---|---|
void |
ClientAuthSessionListener.doAuthAnswerEvent(ClientAuthSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this AuthSessionEventListener that the ClientAuthSesssion has recived AuthAnswer message. |
void |
ServerAuthSessionListener.doAuthRequestEvent(ServerAuthSession session,
AppRequestEvent request)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived AuthRequest message. |
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. |
void |
ClientAuthSession.sendAuthRequest(AppRequestEvent request)
Send authentication session request to server |
| Uses of AppRequestEvent in org.jdiameter.api.auth.events |
|---|
| Subinterfaces of AppRequestEvent in org.jdiameter.api.auth.events | |
|---|---|
interface |
AbortSessionRequest
A Abort Session Request is a request from a client to a server |
interface |
ReAuthRequest
A ReAuthentication Request is a request from a client to a server |
interface |
SessionTermRequest
A Session Termination Request is a request from a client to a server |
| Uses of AppRequestEvent in org.jdiameter.api.cca |
|---|
| Methods in org.jdiameter.api.cca with parameters of type AppRequestEvent | |
|---|---|
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. |
| Uses of AppRequestEvent in org.jdiameter.api.cca.events |
|---|
| Subinterfaces of AppRequestEvent in org.jdiameter.api.cca.events | |
|---|---|
interface |
JCreditControlRequest
The Credit-Control-Request message (CCR) is indicated by the command-code field being set to 272 and the 'R' bit being set in the Command Flags field. |
| Uses of AppRequestEvent in org.jdiameter.api.cxdx |
|---|
| Methods in org.jdiameter.api.cxdx with parameters of type AppRequestEvent | |
|---|---|
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. |
| Uses of AppRequestEvent in org.jdiameter.api.cxdx.events |
|---|
| Subinterfaces of AppRequestEvent in org.jdiameter.api.cxdx.events | |
|---|---|
interface |
JLocationInfoRequest
The Location-Info-Request (LIR) command, indicated by the Command-Code field set to 302 and the ÔRÕ bit set in the Command Flags field, is sent by a Diameter Multimedia client to a Diameter Multimedia server in order to request name of the server that is currently serving the user. |
interface |
JMultimediaAuthRequest
The Multimedia-Auth-Request (MAR) command, indicated by the Command-Code field set to 303 and the ÔRÕ bit set in the Command Flags field, is sent by a Diameter Multimedia client to a Diameter Multimedia server in order to request security information. |
interface |
JPushProfileRequest
The Push-Profile-Request (PPR) command, indicated by the Command-Code field set to 305 and the ÔRÕ bit set in the Command Flags field, is sent by a Diameter Multimedia server to a Diameter Multimedia client in order to update the subscription data and for SIP Digest authentication the authentication data of a multimedia user in the Diameter Multimedia client whenever a modification has occurred in the subscription data or digest password that constitutes the data used by the client. |
interface |
JRegistrationTerminationRequest
The Registration-Termination-Request (RTR) command, indicated by the Command-Code field set to 304 and the ÔRÕ bit set in the Command Flags field, is sent by a Diameter Multimedia server to a Diameter Multimedia client in order to request the de-registration of a user. |
interface |
JServerAssignmentRequest
The Server-Assignment-Request (SAR) command, indicated by the Command-Code field set to 301 and the ÔRÕ bit set in the Command Flags field, is sent by a Diameter Multimedia client to a Diameter Multimedia server in order to request it to store the name of the server that is currently serving the user. |
interface |
JUserAuthorizationRequest
The User-Authorization-Request (UAR) command, indicated by the Command-Code field set to 300 and the ÔRÕ bit set in the Command Flags field, is sent by a Diameter Multimedia client to a Diameter Multimedia server in order to request the authorization of the registration of a multimedia user. |
| Uses of AppRequestEvent in org.jdiameter.api.rf |
|---|
| Methods in org.jdiameter.api.rf with parameters of type AppRequestEvent | |
|---|---|
void |
ServerRfSessionListener.doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived not authentication message. |
void |
ClientRfSessionListener.doOtherEvent(AppSession appSession,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this AccSessionEventListener that the ClientAccSesssion has received not account message. |
| Uses of AppRequestEvent in org.jdiameter.api.rf.events |
|---|
| Subinterfaces of AppRequestEvent in org.jdiameter.api.rf.events | |
|---|---|
interface |
RfAccountingRequest
The ACR messages, indicated by the Command-Code field set to 271 is sent by the CTF to the CDF in order to send charging information for the request bearer / subsystem / service. |
| Uses of AppRequestEvent in org.jdiameter.api.ro |
|---|
| Methods in org.jdiameter.api.ro with parameters of type AppRequestEvent | |
|---|---|
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. |
| Uses of AppRequestEvent in org.jdiameter.api.ro.events |
|---|
| Subinterfaces of AppRequestEvent in org.jdiameter.api.ro.events | |
|---|---|
interface |
RoCreditControlRequest
The CCR messages, indicated by the Command-Code field set to 272 is sent by the CTF to the OCF in order to request credits for the request bearer / subsystem / service. |
| Uses of AppRequestEvent in org.jdiameter.api.sh |
|---|
| Methods in org.jdiameter.api.sh with parameters of type AppRequestEvent | |
|---|---|
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. |
| Uses of AppRequestEvent in org.jdiameter.api.sh.events |
|---|
| Subinterfaces of AppRequestEvent in org.jdiameter.api.sh.events | |
|---|---|
interface |
ProfileUpdateRequest
The Profile-Update-Request (PUR) command, indicated by the Command-Code field set to 307 and the ÔRÕ bit set in the Command Flags field, is sent by a Diameter client to a Diameter server in order to update user data in the server. |
interface |
PushNotificationRequest
The Push-Notification-Request (PNR) command, indicated by the Command-Code field set to 309 and the ÔRÕ bit set in the Command Flags field, is sent by a Diameter server to a Diameter client in order to notify changes in the user data in the server. |
interface |
SubscribeNotificationsRequest
The Subscribe-Notifications-Request (SNR) command, indicated by the Command-Code field set to 308 and the ÔRÕ bit set in the Command Flags field, is sent by a Diameter client to a Diameter server in order to request notifications of changes in user data. |
interface |
UserDataRequest
The User-Data-Request (UDR) command, indicated by the Command-Code field set to 306 and the ÔRÕ bit set in the Command Flags field, is sent by a Diameter client to a Diameter server in order to request user data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||