Uses of Interface
org.jainslee.resources.diameter.ro.types.v790.SdpMediaComponent
-
Packages that use SdpMediaComponent Package Description org.jainslee.resources.diameter.ro.types.v790 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v7.9.0.org.jainslee.resources.diameter.ro.v790 -
-
Uses of SdpMediaComponent in org.jainslee.resources.diameter.ro.types.v790
Methods in org.jainslee.resources.diameter.ro.types.v790 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.v790 with parameters of type SdpMediaComponent Modifier and Type Method Description voidEarlyMediaDescription. setSdpMediaComponent(SdpMediaComponent sdpMediaComponent)Sets a single SDP-Media-Component AVP in the Early-Media-Description AVP, of type Grouped.voidImsInformation. setSdpMediaComponent(SdpMediaComponent sdpMediaComponent)Sets a single SDP-Media-Component AVP in the IMS-Information AVP, of type Grouped.voidEarlyMediaDescription. setSdpMediaComponents(SdpMediaComponent[] sdpMediaComponents)Sets the set of SDP-Media-Component AVPs, with all the values in the given array.voidImsInformation. 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.v790
Methods in org.jainslee.resources.diameter.ro.v790 that return SdpMediaComponent Modifier and Type Method Description SdpMediaComponentMessageFactory. createSdpMediaComponent()Create an empty SdpMediaComponent (Grouped AVP) instance.
-