Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.SdpMediaComponent
-
Packages that use SdpMediaComponent 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 SdpMediaComponent in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return SdpMediaComponent Modifier and Type Method Description SdpMediaComponent[]
EarlyMediaDescription. getSdpMediaComponents()
Returns the set of SDP-Media-Component AVPs.SdpMediaComponent[]
ImsInformation. getSdpMediaComponents()
Returns the set of SDP-Media-Component AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type SdpMediaComponent Modifier and Type Method Description void
EarlyMediaDescription. setSdpMediaComponent(SdpMediaComponent sdpMediaComponent)
Sets a single SDP-Media-Component AVP in the Early-Media-Description AVP, of type Grouped.void
ImsInformation. setSdpMediaComponent(SdpMediaComponent sdpMediaComponent)
Sets a single SDP-Media-Component AVP in the IMS-Information AVP, of type Grouped.void
EarlyMediaDescription. setSdpMediaComponents(SdpMediaComponent[] sdpMediaComponents)
Sets the set of SDP-Media-Component AVPs, with all the values in the given array.void
ImsInformation. setSdpMediaComponents(SdpMediaComponent[] sdpMediaComponents)
Sets the set of SDP-Media-Component AVPs, with all the values in the given array. -
Uses of SdpMediaComponent in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return SdpMediaComponent Modifier and Type Method Description SdpMediaComponent
MessageFactory. createSdpMediaComponent()
Create an empty SdpMediaComponent (Grouped AVP) instance.
-