|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyInfoAvp
Defines an interface representing the Proxy-Info grouped AVP type. From the Diameter Base Protocol (rfc3588.txt) specification:
6.7.2. Proxy-Info AVP
The Proxy-Info AVP (AVP Code 284) is of type Grouped. The Grouped
Data field has the following ABNF grammar:
Proxy-Info ::= < AVP Header: 284 >
{ Proxy-Host }
{ Proxy-State }
* [ AVP ]
| Field Summary |
|---|
| Fields inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
FLAG_RULE_MAY, FLAG_RULE_MUST, FLAG_RULE_MUSTNOT |
| Method Summary | |
|---|---|
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 |
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 interface net.java.slee.resource.diameter.base.events.avp.GroupedAvp |
|---|
getExtensionAvps, hasExtensionAvps, setExtensionAvps |
| 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 |
| Method Detail |
|---|
boolean hasProxyHost()
DiameterIdentityAvp getProxyHost()
void setProxyHost(DiameterIdentityAvp proxyHost)
java.lang.IllegalStateException - if setProxyHost has already been calledboolean hasProxyState()
byte[] getProxyState()
void setProxyState(byte[] proxyState)
java.lang.IllegalStateException - if setProxyState has already been called
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||