Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.Flows
-
Packages that use Flows 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 Flows in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return Flows Modifier and Type Method Description Flows[]
AfCorrelationInformation. getFlowses()
Returns the set of Flows AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type Flows Modifier and Type Method Description void
AfCorrelationInformation. setFlows(Flows flows)
Sets a single Flows AVP in the AF-Correlation-Information AVP, of type Grouped.void
AfCorrelationInformation. setFlowses(Flows[] flowses)
Sets the set of Flows AVPs, with all the values in the given array. -
Uses of Flows in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return Flows Modifier and Type Method Description Flows
MessageFactory. createFlows()
Create an empty Flows (Grouped AVP) instance.Flows
MessageFactory. createFlows(long mediaComponentNumber)
Create a Flows (Grouped AVP) instance using required AVP values.
-