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

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

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.rx
 

Methods in org.jdiameter.api.rx with parameters of type AbortSessionAnswer
 void ServerRxSessionListener.doAbortSessionAnswer(ServerRxSession session, AbortSessionRequest request, AbortSessionAnswer answer)
           
 void ClientRxSession.sendAbortSessionAnswer(AbortSessionAnswer answer)
           
 



Copyright © 2011. All Rights Reserved.