Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.SdpType
-
Packages that use SdpType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of SdpType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as SdpType Modifier and Type Field Description static SdpType
SdpType. SDP_ANSWER
static SdpType
SdpType. SDP_OFFER
Methods in org.jainslee.resources.diameter.ro.types.vcb0 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.ro.types.vcb0 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.
-