|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RouteException in org.jdiameter.api |
|---|
| Methods in org.jdiameter.api that throw RouteException | |
|---|---|
java.util.concurrent.Future<Message> |
Session.send(Message message)
Sends and wait response message with default timeout |
java.util.concurrent.Future<Message> |
RawSession.send(Message message)
Sends and wait response message with default timeout |
void |
RawSession.send(Message message,
EventListener<Message,Message> listener)
Sends and wait response message with default timeout |
void |
RawSession.send(Message message,
EventListener<Message,Message> listener,
long timeOut,
java.util.concurrent.TimeUnit timeUnit)
Sends and wait response message with defined timeout |
void |
Session.send(Message message,
EventListener<Request,Answer> listener)
Sends and wait response message with default timeout |
void |
Session.send(Message message,
EventListener<Request,Answer> listener,
long timeOut,
java.util.concurrent.TimeUnit timeUnit)
Sends and wait response message with defined timeout |
java.util.concurrent.Future<Message> |
Session.send(Message message,
long timeOut,
java.util.concurrent.TimeUnit timeUnit)
Sends and wait response message with defined timeout |
java.util.concurrent.Future<Message> |
RawSession.send(Message message,
long timeOut,
java.util.concurrent.TimeUnit timeUnit)
Sends and wait response message with defined timeout |
| Uses of RouteException in org.jdiameter.api.acc |
|---|
| Methods in org.jdiameter.api.acc that throw RouteException | |
|---|---|
void |
ClientAccSessionListener.doAccAnswerEvent(ClientAccSession appSession,
AccountRequest request,
AccountAnswer answer)
Notifies this AccSessionEventListener that the ClientAccSesssion has recived AccAnswer message. |
void |
ServerAccSessionListener.doAccRequestEvent(ServerAccSession appSession,
AccountRequest request)
Notifies this AccSessionEventListener that the ServerAccSesssion has recived AccRequest message. |
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. |
void |
ServerAccSession.sendAccountAnswer(AccountAnswer answer)
Send Account Answer to Client |
void |
ClientAccSession.sendAccountRequest(AccountRequest request)
Send Account Request to Server |
| Uses of RouteException in org.jdiameter.api.auth |
|---|
| Methods in org.jdiameter.api.auth that throw RouteException | |
|---|---|
void |
ServerAuthSessionListener.doAbortSessionAnswerEvent(ServerAuthSession session,
AbortSessionAnswer answer)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived AbortSessionRequest message. |
void |
ClientAuthSessionListener.doAbortSessionRequestEvent(ClientAuthSession session,
AbortSessionRequest request)
Notifies this AuthSessionEventListener that the ClientAuthSesssion has recived AbortSessionRequest message. |
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 |
ServerAuthSessionListener.doReAuthAnswerEvent(ServerAuthSession session,
ReAuthRequest request,
ReAuthAnswer answer)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived ReAuthAnswer message. |
void |
ClientAuthSessionListener.doReAuthRequestEvent(ClientAuthSession session,
ReAuthRequest request)
Notifies this AuthSessionEventListener that the ClientAuthSesssion has recived ReAuthRequest message. |
void |
ClientAuthSessionListener.doSessionTerminationAnswerEvent(ClientAuthSession session,
SessionTermAnswer answer)
Notifies this AuthSessionEventListener that the ClientAuthSesssion has recived SessionTerminationAnswer message. |
void |
ServerAuthSessionListener.doSessionTerminationRequestEvent(ServerAuthSession session,
SessionTermRequest request)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived SessionTerminationRequest message. |
void |
ClientAuthSession.sendAbortSessionAnswer(AbortSessionAnswer answer)
Send abort session answer to server |
void |
ServerAuthSession.sendAbortSessionRequest(AbortSessionRequest request)
Send session abort session request to client |
void |
ServerAuthSession.sendAuthAnswer(AppAnswerEvent answer)
Send authenticate answer to client |
void |
ClientAuthSession.sendAuthRequest(AppRequestEvent request)
Send authentication session request to server |
void |
ClientAuthSession.sendReAuthAnswer(ReAuthAnswer answer)
Send re-authentication session answer to server |
void |
ServerAuthSession.sendReAuthRequest(ReAuthRequest request)
Send re-authenticate request to client |
void |
ServerAuthSession.sendSessionTerminationAnswer(SessionTermAnswer request)
Send session termination answer to client |
void |
ClientAuthSession.sendSessionTerminationRequest(SessionTermRequest request)
Send session termination request to server |
| Uses of RouteException in org.jdiameter.api.cca |
|---|
| Methods in org.jdiameter.api.cca that throw RouteException | |
|---|---|
void |
ClientCCASessionListener.doCreditControlAnswer(ClientCCASession session,
JCreditControlRequest request,
JCreditControlAnswer answer)
Notifies this ClientCCASessionListener that the ClientCCASession has received a CCA message. |
void |
ServerCCASessionListener.doCreditControlRequest(ServerCCASession session,
JCreditControlRequest request)
Notifies this ServerCCASessionListener that the ServerCCASession has received a CCR message. |
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. |
void |
ServerCCASessionListener.doReAuthAnswer(ServerCCASession session,
ReAuthRequest request,
ReAuthAnswer answer)
Notifies this ServerCCASessionListener that the ServerCCASession has received a RAA message. |
void |
ClientCCASessionListener.doReAuthRequest(ClientCCASession session,
ReAuthRequest request)
Notifies this ClientCCASessionListener that the ClientCCASession has received a RAR message. |
void |
ServerCCASession.sendCreditControlAnswer(JCreditControlAnswer answer)
Send credit-control answer to client |
void |
ClientCCASession.sendCreditControlRequest(JCreditControlRequest request)
Send credit-control request to server |
void |
ClientCCASession.sendReAuthAnswer(ReAuthAnswer answer)
Send re-authentication answer to server |
void |
ServerCCASession.sendReAuthRequest(ReAuthRequest request)
Send re-authentication request to client |
| Uses of RouteException in org.jdiameter.api.cxdx |
|---|
| Uses of RouteException in org.jdiameter.api.rf |
|---|
| Methods in org.jdiameter.api.rf that throw RouteException | |
|---|---|
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. |
void |
ClientRfSessionListener.doRfAccountingAnswerEvent(ClientRfSession appSession,
RfAccountingRequest request,
RfAccountingAnswer answer)
Notifies this AccSessionEventListener that the ClientAccSesssion has received AccAnswer message. |
void |
ServerRfSessionListener.doRfAccountingRequestEvent(ServerRfSession appSession,
RfAccountingRequest request)
Notifies this AccSessionEventListener that the ServerAccSesssion has recived AccRequest message. |
void |
ServerRfSession.sendAccountAnswer(RfAccountingAnswer answer)
Send Account Answer to Client |
void |
ClientRfSession.sendAccountRequest(RfAccountingRequest request)
Send Account Request to Server |
| Uses of RouteException in org.jdiameter.api.ro |
|---|
| Methods in org.jdiameter.api.ro that throw RouteException | |
|---|---|
void |
ClientRoSessionListener.doCreditControlAnswer(ClientRoSession session,
RoCreditControlRequest request,
RoCreditControlAnswer answer)
Notifies this ClientRoSessionListener that the ClientRoSession has received a Ro message. |
void |
ServerRoSessionListener.doCreditControlRequest(ServerRoSession session,
RoCreditControlRequest request)
Notifies this ServerRoSessionListener that the ServerRoSession has received a CCR message. |
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. |
void |
ServerRoSessionListener.doReAuthAnswer(ServerRoSession session,
ReAuthRequest request,
ReAuthAnswer answer)
Notifies this ServerRoSessionListener that the ServerRoSession has received a RAA message. |
void |
ClientRoSessionListener.doReAuthRequest(ClientRoSession session,
ReAuthRequest request)
Notifies this ClientRoSessionListener that the ClientRoSession has received a RAR message. |
void |
ServerRoSession.sendCreditControlAnswer(RoCreditControlAnswer answer)
Send credit-control answer to client |
void |
ClientRoSession.sendCreditControlRequest(RoCreditControlRequest request)
Send credit-control request to server |
void |
ClientRoSession.sendReAuthAnswer(ReAuthAnswer answer)
Send re-authentication answer to server |
void |
ServerRoSession.sendReAuthRequest(ReAuthRequest request)
Send re-authentication request to client |
| Uses of RouteException in org.jdiameter.api.sh |
|---|
| Methods in org.jdiameter.api.sh that throw RouteException | |
|---|---|
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. |
void |
ClientShSessionListener.doProfileUpdateAnswerEvent(ClientShSession session,
ProfileUpdateRequest request,
ProfileUpdateAnswer answer)
|
void |
ServerShSessionListener.doProfileUpdateRequestEvent(ServerShSession session,
ProfileUpdateRequest request)
|
void |
ServerShSessionListener.doPushNotificationAnswerEvent(ServerShSession session,
PushNotificationRequest request,
PushNotificationAnswer answer)
|
void |
ClientShSessionListener.doPushNotificationRequestEvent(ClientShSession session,
PushNotificationRequest request)
|
void |
ClientShSessionListener.doSubscribeNotificationsAnswerEvent(ClientShSession session,
SubscribeNotificationsRequest request,
SubscribeNotificationsAnswer answer)
|
void |
ServerShSessionListener.doSubscribeNotificationsRequestEvent(ServerShSession session,
SubscribeNotificationsRequest request)
|
void |
ClientShSessionListener.doUserDataAnswerEvent(ClientShSession session,
UserDataRequest request,
UserDataAnswer answer)
|
void |
ServerShSessionListener.doUserDataRequestEvent(ServerShSession session,
UserDataRequest request)
|
void |
ServerShSession.sendProfileUpdateAnswer(ProfileUpdateAnswer answer)
Send profile update answer to client |
void |
ClientShSession.sendProfileUpdateRequest(ProfileUpdateRequest request)
Send profile update request to server |
void |
ClientShSession.sendPushNotificationAnswer(PushNotificationAnswer answer)
|
void |
ServerShSession.sendPushNotificationRequest(PushNotificationRequest request)
Send profile update notification request to client |
void |
ServerShSession.sendSubscribeNotificationsAnswer(SubscribeNotificationsAnswer answer)
Send subscribe notification answer to client |
void |
ClientShSession.sendSubscribeNotificationsRequest(SubscribeNotificationsRequest request)
Send sobscirption request to server |
void |
ServerShSession.sendUserDataAnswer(UserDataAnswer answer)
Send user data answer to client |
void |
ClientShSession.sendUserDataRequest(UserDataRequest request)
Send user data request to server |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||