Uses of Interface
org.jainslee.resources.diameter.rf.types.v8d0.ApplicationServerInformation
-
Packages that use ApplicationServerInformation Package Description org.jainslee.resources.diameter.rf.types.v8d0 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v8.13.0.org.jainslee.resources.diameter.rf.v8d0 -
-
Uses of ApplicationServerInformation in org.jainslee.resources.diameter.rf.types.v8d0
Methods in org.jainslee.resources.diameter.rf.types.v8d0 that return ApplicationServerInformation Modifier and Type Method Description ApplicationServerInformation[]ImsInformation. getApplicationServerInformations()Returns the set of Application-Server-Information AVPs.Methods in org.jainslee.resources.diameter.rf.types.v8d0 with parameters of type ApplicationServerInformation Modifier and Type Method Description voidImsInformation. setApplicationServerInformation(ApplicationServerInformation applicationServerInformation)Sets a single Application-Server-Information AVP in the IMS-Information AVP, of type Grouped.voidImsInformation. setApplicationServerInformations(ApplicationServerInformation[] applicationServerInformations)Sets the set of Application-Server-Information AVPs, with all the values in the given array. -
Uses of ApplicationServerInformation in org.jainslee.resources.diameter.rf.v8d0
Methods in org.jainslee.resources.diameter.rf.v8d0 that return ApplicationServerInformation Modifier and Type Method Description ApplicationServerInformationMessageFactory. createApplicationServerInformation()Create an empty ApplicationServerInformation (Grouped AVP) instance.
-