|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl
org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl
org.mobicents.slee.resource.diameter.base.events.avp.ProxyInfoAvpImpl
public class ProxyInfoAvpImpl
Super project: mobicents 12:56:45 2008-05-08
| Field Summary |
|---|
| Fields inherited from class org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl |
|---|
avpSet |
| Fields inherited from class org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl |
|---|
code, log, mnd, name, parser, prt, type, vendorId |
| Fields inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
FLAG_RULE_MAY, FLAG_RULE_MUST, FLAG_RULE_MUSTNOT |
| Constructor Summary | |
|---|---|
ProxyInfoAvpImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
|
|
| Method Summary | |
|---|---|
DiameterAvp[] |
getExtensionAvps()
Returns the set of extension AVPs. |
DiameterIdentityAvp |
getProxyHost()
Returns the value of the Proxy-Host AVP, of type DiameterIdentity. |
byte[] |
getProxyState()
Returns the value of the Proxy-State AVP, of type OctetString. |
boolean |
hasProxyHost()
Returns true if the Proxy-Host AVP is present in the message. |
boolean |
hasProxyState()
Returns true if the Proxy-State AVP is present in the message. |
void |
setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. |
void |
setProxyHost(DiameterIdentityAvp proxyHost)
Sets the value of the Proxy-Host AVP, of type DiameterIdentity. |
void |
setProxyState(byte[] proxyState)
Sets the value of the Proxy-State AVP, of type OctetString. |
| Methods inherited from class org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl |
|---|
byteArrayValue, clone, doubleValue, floatValue, getAllAvpAsUInt32, getAvpAsIdentity, getAvpAsUInt32, hasExtensionAvps, intValue, longValue, setAvpAsByteArray, setAvpAsIdentity, setAvpAsUInt32, stringValue |
| Methods inherited from class org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl |
|---|
getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.GroupedAvp |
|---|
hasExtensionAvps |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
byteArrayValue, clone, doubleValue, floatValue, getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, intValue, longValue, stringValue |
| Constructor Detail |
|---|
public ProxyInfoAvpImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
| Method Detail |
|---|
public boolean hasProxyHost()
ProxyInfoAvp
hasProxyHost in interface ProxyInfoAvppublic DiameterIdentityAvp getProxyHost()
ProxyInfoAvp
getProxyHost in interface ProxyInfoAvppublic void setProxyHost(DiameterIdentityAvp proxyHost)
ProxyInfoAvp
setProxyHost in interface ProxyInfoAvppublic boolean hasProxyState()
ProxyInfoAvp
hasProxyState in interface ProxyInfoAvppublic byte[] getProxyState()
ProxyInfoAvp
getProxyState in interface ProxyInfoAvppublic void setProxyState(byte[] proxyState)
ProxyInfoAvp
setProxyState in interface ProxyInfoAvppublic DiameterAvp[] getExtensionAvps()
GroupedAvp
getExtensionAvps in interface GroupedAvpgetExtensionAvps in class GroupedAvpImpl
public void setExtensionAvps(DiameterAvp[] avps)
throws AvpNotAllowedException
GroupedAvp
setExtensionAvps in interface GroupedAvpsetExtensionAvps in class GroupedAvpImplAvpNotAllowedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||