Uses of Class
org.jainslee.resources.diameter.gx.types.va10.FinalUnitAction
-
Packages that use FinalUnitAction Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types. -
-
Uses of FinalUnitAction in org.jainslee.resources.diameter.gx.types.va10
Fields in org.jainslee.resources.diameter.gx.types.va10 declared as FinalUnitAction Modifier and Type Field Description static FinalUnitAction
FinalUnitAction. REDIRECT
The service element MUST redirect the user to the address specified in the Redirect-Server-Address AVP.static FinalUnitAction
FinalUnitAction. RESTRICT_ACCESS
The access device MUST restrict the user access according to the IP packet filters defined in the Restriction-Filter-Rule AVP or according to the IP packet filters identified by the Filter-Id AVP.static FinalUnitAction
FinalUnitAction. TERMINATE
The credit-control client MUST terminate the service session.Methods in org.jainslee.resources.diameter.gx.types.va10 that return FinalUnitAction Modifier and Type Method Description static FinalUnitAction
FinalUnitAction. fromInt(int type)
-