Uses of Interface
org.jainslee.resources.diameter.rf.types.v960.SdpMediaComponent
-
Packages that use SdpMediaComponent Package Description org.jainslee.resources.diameter.rf.types.v960 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v9.6.0.org.jainslee.resources.diameter.rf.v960 -
-
Uses of SdpMediaComponent in org.jainslee.resources.diameter.rf.types.v960
Methods in org.jainslee.resources.diameter.rf.types.v960 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.rf.types.v960 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.rf.v960
Methods in org.jainslee.resources.diameter.rf.v960 that return SdpMediaComponent Modifier and Type Method Description SdpMediaComponentMessageFactory. createSdpMediaComponent()Create an empty SdpMediaComponent (Grouped AVP) instance.
-