Uses of Class
org.jainslee.resources.diameter.ro.types.vb80.SessionDirection
-
Packages that use SessionDirection Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of SessionDirection in org.jainslee.resources.diameter.ro.types.vb80
Fields in org.jainslee.resources.diameter.ro.types.vb80 declared as SessionDirection Modifier and Type Field Description static SessionDirection
SessionDirection. INBOUND
static SessionDirection
SessionDirection. OUTBOUND
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return SessionDirection Modifier and Type Method Description static SessionDirection
SessionDirection. fromInt(int type)
SessionDirection
NniInformation. getSessionDirection()
Returns the value of the Session-Direction AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type SessionDirection Modifier and Type Method Description void
NniInformation. setSessionDirection(SessionDirection sessionDirection)
Sets the value of the Session-Direction AVP, of type Enumerated.
-