Uses of Interface
org.jainslee.resources.diameter.base.types.ProxyInfo
-
Packages that use ProxyInfo Package Description org.jainslee.resources.diameter.base The Diameter Base Resource Adaptor allows SLEE services to construct messages using the Diameter protocol, and send those requests to a Diameter server.org.jainslee.resources.diameter.base.types This package contains the definitions of Diameter base messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.cca.types This package contains the definitions of Diameter CCA messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.types.vb90 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.types.vcd0 org.jainslee.resources.diameter.rf.types.v710 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.1.0.
org.jainslee.resources.diameter.rf.types.v790 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.9.0.
org.jainslee.resources.diameter.rf.types.v8d0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.13.0.
org.jainslee.resources.diameter.rf.types.v960 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v9.6.0.
org.jainslee.resources.diameter.rf.types.va00 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v10.0.0.
org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.rf.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.ro.types.v790 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.9.0.
org.jainslee.resources.diameter.ro.types.v820 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.2.0.
org.jainslee.resources.diameter.ro.types.v8d0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.13.0.
org.jainslee.resources.diameter.ro.types.v960 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v9.6.0.
org.jainslee.resources.diameter.ro.types.va00 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v10.0.0.
org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.sh Diameter Sh Resource Adaptor Types based on following 3GPP specifications:org.jainslee.resources.diameter.sh.types.v780 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v7.8.0.
org.jainslee.resources.diameter.sh.types.v880 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v8.8.0.
org.jainslee.resources.diameter.sh.types.v940 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v9.4.0.
org.jainslee.resources.diameter.sh.types.va10 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v10.1.0.
org.jainslee.resources.diameter.sh.types.vb60 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v11.6.0.
org.jainslee.resources.diameter.sh.types.vc60 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v12.6.0.
-
-
Uses of ProxyInfo in org.jainslee.resources.diameter.base
Methods in org.jainslee.resources.diameter.base that return ProxyInfo Modifier and Type Method Description ProxyInfo
DiameterMessageFactory. createProxyInfo()
Create an empty ProxyInfo (Grouped AVP) instance.ProxyInfo
DiameterMessageFactory. createProxyInfo(DiameterAvp avp)
Create a ProxyInfo (Grouped AVP) instance, populating one AVP.ProxyInfo
DiameterMessageFactory. createProxyInfo(DiameterAvp[] avps)
Create a ProxyInfo (Grouped AVP) instance using the given array to populate the AVPs.ProxyInfo
DiameterMessageFactory. createProxyInfo(DiameterIdentity proxyHost, byte[] proxyState)
Create a ProxyInfo (Grouped AVP) instance using required AVP values. -
Uses of ProxyInfo in org.jainslee.resources.diameter.base.types
Methods in org.jainslee.resources.diameter.base.types that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
AbortSessionAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
AbortSessionRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
AccountingAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
AccountingRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ErrorAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ReAuthAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ReAuthRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SessionTerminationAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SessionTerminationRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.base.types with parameters of type ProxyInfo Modifier and Type Method Description void
AbortSessionAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AbortSessionRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ErrorAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ReAuthAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ReAuthRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SessionTerminationAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SessionTerminationRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AbortSessionAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
AbortSessionRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
AccountingAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
AccountingRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ErrorAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ReAuthAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ReAuthRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SessionTerminationAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SessionTerminationRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.cca.types
Methods in org.jainslee.resources.diameter.cca.types that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
AbortSessionAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
AbortSessionRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlMessage. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ReAuthAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ReAuthRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.cca.types with parameters of type ProxyInfo Modifier and Type Method Description void
AbortSessionAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AbortSessionRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlMessage. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ReAuthAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ReAuthRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AbortSessionAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
AbortSessionRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlMessage. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ReAuthAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ReAuthRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.gx.types.va10
Methods in org.jainslee.resources.diameter.gx.types.va10 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
CreditControlAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ReAuthAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ReAuthRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type ProxyInfo Modifier and Type Method Description void
CreditControlAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ReAuthAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ReAuthRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ReAuthAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ReAuthRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.gx.types.vb90
Methods in org.jainslee.resources.diameter.gx.types.vb90 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
CreditControlAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ReAuthAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ReAuthRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.gx.types.vb90 with parameters of type ProxyInfo Modifier and Type Method Description void
CreditControlAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ReAuthAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ReAuthRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ReAuthAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ReAuthRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.gx.types.vcd0
Methods in org.jainslee.resources.diameter.gx.types.vcd0 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
CreditControlAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ReAuthAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ReAuthRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.gx.types.vcd0 with parameters of type ProxyInfo Modifier and Type Method Description void
CreditControlAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ReAuthAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ReAuthRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ReAuthAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ReAuthRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.rf.types.v710
Methods in org.jainslee.resources.diameter.rf.types.v710 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
AccountingAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
AccountingRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.rf.types.v710 with parameters of type ProxyInfo Modifier and Type Method Description void
AccountingAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
AccountingRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.rf.types.v790
Methods in org.jainslee.resources.diameter.rf.types.v790 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
AccountingAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
AccountingRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.rf.types.v790 with parameters of type ProxyInfo Modifier and Type Method Description void
AccountingAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
AccountingRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.rf.types.v8d0
Methods in org.jainslee.resources.diameter.rf.types.v8d0 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
AccountingAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
AccountingRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.rf.types.v8d0 with parameters of type ProxyInfo Modifier and Type Method Description void
AccountingAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
AccountingRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.rf.types.v960
Methods in org.jainslee.resources.diameter.rf.types.v960 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
AccountingAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
AccountingRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.rf.types.v960 with parameters of type ProxyInfo Modifier and Type Method Description void
AccountingAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
AccountingRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.rf.types.va00
Methods in org.jainslee.resources.diameter.rf.types.va00 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
AccountingAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
AccountingRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.rf.types.va00 with parameters of type ProxyInfo Modifier and Type Method Description void
AccountingAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
AccountingRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
AccountingAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
AccountingRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type ProxyInfo Modifier and Type Method Description void
AccountingAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
AccountingRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.rf.types.vcb0
Methods in org.jainslee.resources.diameter.rf.types.vcb0 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
AccountingAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
AccountingRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.rf.types.vcb0 with parameters of type ProxyInfo Modifier and Type Method Description void
AccountingAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
AccountingAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
AccountingRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.ro.types.v790
Methods in org.jainslee.resources.diameter.ro.types.v790 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
CreditControlAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.ro.types.v790 with parameters of type ProxyInfo Modifier and Type Method Description void
CreditControlAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.ro.types.v820
Methods in org.jainslee.resources.diameter.ro.types.v820 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
CreditControlAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.ro.types.v820 with parameters of type ProxyInfo Modifier and Type Method Description void
CreditControlAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.ro.types.v8d0
Methods in org.jainslee.resources.diameter.ro.types.v8d0 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
CreditControlAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.ro.types.v8d0 with parameters of type ProxyInfo Modifier and Type Method Description void
CreditControlAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.ro.types.v960
Methods in org.jainslee.resources.diameter.ro.types.v960 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
CreditControlAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.ro.types.v960 with parameters of type ProxyInfo Modifier and Type Method Description void
CreditControlAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.ro.types.va00
Methods in org.jainslee.resources.diameter.ro.types.va00 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
CreditControlAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.ro.types.va00 with parameters of type ProxyInfo Modifier and Type Method Description void
CreditControlAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.ro.types.vb80
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
CreditControlAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type ProxyInfo Modifier and Type Method Description void
CreditControlAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
CreditControlAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
CreditControlRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type ProxyInfo Modifier and Type Method Description void
CreditControlAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
CreditControlAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
CreditControlRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.sh
Methods in org.jainslee.resources.diameter.sh that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
DiameterShBaseMessage. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.sh with parameters of type ProxyInfo Modifier and Type Method Description void
DiameterShBaseMessage. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
DiameterShBaseMessage. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.sh.types.v780
Methods in org.jainslee.resources.diameter.sh.types.v780 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
ProfileUpdateAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ProfileUpdateRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.sh.types.v780 with parameters of type ProxyInfo Modifier and Type Method Description void
ProfileUpdateAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ProfileUpdateRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.sh.types.v880
Methods in org.jainslee.resources.diameter.sh.types.v880 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
ProfileUpdateAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ProfileUpdateRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.sh.types.v880 with parameters of type ProxyInfo Modifier and Type Method Description void
ProfileUpdateAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ProfileUpdateRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.sh.types.v940
Methods in org.jainslee.resources.diameter.sh.types.v940 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
ProfileUpdateAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ProfileUpdateRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.sh.types.v940 with parameters of type ProxyInfo Modifier and Type Method Description void
ProfileUpdateAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ProfileUpdateRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.sh.types.va10
Methods in org.jainslee.resources.diameter.sh.types.va10 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
ProfileUpdateAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ProfileUpdateRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.sh.types.va10 with parameters of type ProxyInfo Modifier and Type Method Description void
ProfileUpdateAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ProfileUpdateRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.sh.types.vb60
Methods in org.jainslee.resources.diameter.sh.types.vb60 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
ProfileUpdateAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ProfileUpdateRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.sh.types.vb60 with parameters of type ProxyInfo Modifier and Type Method Description void
ProfileUpdateAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ProfileUpdateRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array. -
Uses of ProxyInfo in org.jainslee.resources.diameter.sh.types.vc60
Methods in org.jainslee.resources.diameter.sh.types.vc60 that return ProxyInfo Modifier and Type Method Description ProxyInfo[]
ProfileUpdateAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
ProfileUpdateRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
PushNotificationRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
SubscribeNotificationsRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataAnswer. getProxyInfos()
Returns the set of Proxy-Info AVPs.ProxyInfo[]
UserDataRequest. getProxyInfos()
Returns the set of Proxy-Info AVPs.Methods in org.jainslee.resources.diameter.sh.types.vc60 with parameters of type ProxyInfo Modifier and Type Method Description void
ProfileUpdateAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
PushNotificationRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
SubscribeNotificationsRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataAnswer. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
UserDataRequest. setProxyInfo(ProxyInfo proxyInfo)
Sets a single Proxy-Info AVP in the message, of type Grouped.void
ProfileUpdateAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
ProfileUpdateRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
PushNotificationRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
SubscribeNotificationsRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataAnswer. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.void
UserDataRequest. setProxyInfos(ProxyInfo[] proxyInfos)
Sets the set of Proxy-Info AVPs, with all the values in the given array.
-