Uses of Class
org.jainslee.resources.diameter.rf.types.vb80.SdpType
-
Packages that use SdpType Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of SdpType in org.jainslee.resources.diameter.rf.types.vb80
Fields in org.jainslee.resources.diameter.rf.types.vb80 declared as SdpType Modifier and Type Field Description static SdpType
SdpType. SDP_ANSWER
static SdpType
SdpType. SDP_OFFER
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return SdpType Modifier and Type Method Description static SdpType
SdpType. fromInt(int type)
SdpType
SdpMediaComponent. getSdpType()
Returns the value of the SDP-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type SdpType Modifier and Type Method Description void
SdpMediaComponent. setSdpType(SdpType sdpType)
Sets the value of the SDP-Type AVP, of type Enumerated.
-