Uses of Interface
org.jainslee.resources.diameter.rf.types.v8d0.AccountingRequest
-
Packages that use AccountingRequest Package Description org.jainslee.resources.diameter.rf.v8d0 -
-
Uses of AccountingRequest in org.jainslee.resources.diameter.rf.v8d0
Methods in org.jainslee.resources.diameter.rf.v8d0 that return AccountingRequest Modifier and Type Method Description AccountingRequest
RfMessageFactory. createRfAccountingRequest(AccountingRecordType accountingRecordType)
Creates an Accounting Request message with the Accounting-Record-Type AVP set.Methods in org.jainslee.resources.diameter.rf.v8d0 with parameters of type AccountingRequest Modifier and Type Method Description AccountingAnswer
RfProvider. accountingRequest(AccountingRequest accountingRequest)
Send an Accounting Request.AccountingAnswer
RfServerSessionActivity. createRfAccountingAnswer(AccountingRequest acr)
Create an Accounting-Answer with some AVPs populated from the provided Accounting-Request.void
RfClientSessionActivity. sendAccountingRequest(AccountingRequest accountingRequest)
Send an Accounting Request.
-