Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.ApplicationServerInformation
-
Packages that use ApplicationServerInformation Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.ro.vcb0 -
-
Uses of ApplicationServerInformation in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 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.ro.types.vcb0 with parameters of type ApplicationServerInformation Modifier and Type Method Description void
ImsInformation. setApplicationServerInformation(ApplicationServerInformation applicationServerInformation)
Sets a single Application-Server-Information AVP in the IMS-Information AVP, of type Grouped.void
ImsInformation. 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.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return ApplicationServerInformation Modifier and Type Method Description ApplicationServerInformation
MessageFactory. createApplicationServerInformation()
Create an empty ApplicationServerInformation (Grouped AVP) instance.
-