Uses of Interface
org.jainslee.resources.diameter.rf.types.v710.TalkBurstExchange
-
Packages that use TalkBurstExchange Package Description org.jainslee.resources.diameter.rf.types.v710 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v7.1.0.org.jainslee.resources.diameter.rf.v710 -
-
Uses of TalkBurstExchange in org.jainslee.resources.diameter.rf.types.v710
Methods in org.jainslee.resources.diameter.rf.types.v710 that return TalkBurstExchange Modifier and Type Method Description TalkBurstExchange[]PocInformation. getTalkBurstExchanges()Returns the set of Talk-Burst-Exchange AVPs.Methods in org.jainslee.resources.diameter.rf.types.v710 with parameters of type TalkBurstExchange Modifier and Type Method Description voidPocInformation. setTalkBurstExchange(TalkBurstExchange talkBurstExchange)Sets a single Talk-Burst-Exchange AVP in the PoC-Information AVP, of type Grouped.voidPocInformation. setTalkBurstExchanges(TalkBurstExchange[] talkBurstExchanges)Sets the set of Talk-Burst-Exchange AVPs, with all the values in the given array. -
Uses of TalkBurstExchange in org.jainslee.resources.diameter.rf.v710
Methods in org.jainslee.resources.diameter.rf.v710 that return TalkBurstExchange Modifier and Type Method Description TalkBurstExchangeMessageFactory. createTalkBurstExchange()Create an empty TalkBurstExchange (Grouped AVP) instance.
-