Uses of Interface
org.jainslee.resources.diameter.base.types.ReAuthAnswer
-
Packages that use ReAuthAnswer Package Description org.jainslee.resources.diameter.base The Diameter Base Resource Adaptor allows SLEE services to construct messages using the Diameter protocol, and send those requests to a Diameter server. -
-
Uses of ReAuthAnswer in org.jainslee.resources.diameter.base
Methods in org.jainslee.resources.diameter.base that return ReAuthAnswer Modifier and Type Method Description ReAuthAnswer
DiameterMessageFactory. createReAuthAnswer()
Create an empty ReAuthAnswer DiameterMessage for a RAA command.ReAuthAnswer
DiameterMessageFactory. createReAuthAnswer(DiameterAvp[] avps)
Create a ReAuthAnswer DiameterMessage for a RAA command containing the given AVPs.
-