Uses of Interface
org.jdiameter.api.auth.events.AbortSessionAnswer

Packages that use AbortSessionAnswer
org.jdiameter.api.auth   
org.jdiameter.api.cca   
 

Uses of AbortSessionAnswer in org.jdiameter.api.auth
 

Methods in org.jdiameter.api.auth with parameters of type AbortSessionAnswer
 void ServerAuthSessionListener.doAbortSessionAnswerEvent(ServerAuthSession session, AbortSessionAnswer answer)
          Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived AbortSessionRequest message.
 void ClientAuthSession.sendAbortSessionAnswer(AbortSessionAnswer answer)
          Send abort session answer to server
 

Uses of AbortSessionAnswer in org.jdiameter.api.cca
 

Methods in org.jdiameter.api.cca with parameters of type AbortSessionAnswer
 void ClientCCASessionListener.doAbortSessionAnswer(ClientCCASession session, AbortSessionRequest request, AbortSessionAnswer answer)
           
 void ServerCCASessionListener.doAbortSessionAnswer(ServerCCASession session, AbortSessionRequest request, AbortSessionAnswer answer)
           
 



Copyright © 2009. All Rights Reserved.