Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.AccountingAnswer
-
Packages that use AccountingAnswer Package Description org.jainslee.resources.diameter.rf.vb80 -
-
Uses of AccountingAnswer in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return AccountingAnswer Modifier and Type Method Description AccountingAnswer
RfProvider. accountingRequest(AccountingRequest accountingRequest)
Send an Accounting Request.AccountingAnswer
RfServerSessionActivity. createRfAccountingAnswer()
Create an Accounting-Answer with the Acct-Application-Id set to 3.AccountingAnswer
RfServerSessionActivity. createRfAccountingAnswer(AccountingRequest acr)
Create an Accounting-Answer with some AVPs populated from the provided Accounting-Request.Methods in org.jainslee.resources.diameter.rf.vb80 with parameters of type AccountingAnswer Modifier and Type Method Description void
RfServerSessionActivity. sendAccountingAnswer(AccountingAnswer accountingAnswer)
Send an Accounting Answer.
-