|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RouteException | |
|---|---|
| org.jdiameter.api | |
| org.jdiameter.api.acc | |
| org.jdiameter.api.auth | |
| Uses of RouteException in org.jdiameter.api |
|---|
| Methods in org.jdiameter.api that throw RouteException | |
|---|---|
java.util.concurrent.Future<Message> |
BaseSession.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> |
BaseSession.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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||