Uses of Interface
org.jdiameter.api.app.AppRequestEvent

Packages that use AppRequestEvent
org.jdiameter.api.acc   
org.jdiameter.api.acc.events   
org.jdiameter.api.auth   
org.jdiameter.api.auth.events   
 

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
          A 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
 



Copyright © 2008. All Rights Reserved.