Uses of Interface
org.jdiameter.api.auth.ServerAuthSession

Packages that use ServerAuthSession
org.jdiameter.api.auth   
org.jdiameter.api.gq   
 

Uses of ServerAuthSession in org.jdiameter.api.auth
 

Methods in org.jdiameter.api.auth with parameters of type ServerAuthSession
 void ServerAuthSessionListener.doAbortSessionAnswerEvent(ServerAuthSession session, AbortSessionAnswer answer)
          Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived AbortSessionRequest message.
 void ServerAuthSessionListener.doAuthRequestEvent(ServerAuthSession session, AppRequestEvent request)
          Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived AuthRequest message.
 void ServerAuthSessionListener.doReAuthAnswerEvent(ServerAuthSession session, ReAuthRequest request, ReAuthAnswer answer)
          Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived ReAuthAnswer message.
 void ServerAuthSessionListener.doSessionTerminationRequestEvent(ServerAuthSession session, SessionTermRequest request)
          Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived SessionTerminationRequest message.
 

Uses of ServerAuthSession in org.jdiameter.api.gq
 

Subinterfaces of ServerAuthSession in org.jdiameter.api.gq
 interface GqServerSession
          Basic class for Server Gq application specific session Listener must be injected from constructor of implementation class
 



Copyright © 2013. All Rights Reserved.