|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BindingInformation
Defines an interface representing the binding information grouped AVP type.
From the Diameter Gq' Reference Point Protocol Details (ETSI TS 183.017 V1.4.0) specification:
7.3.1 Binding-output-list AVP
The Binding-information AVP (AVP Code 450) is of type Grouped AVP and is sent between the AF and SPDF
in order to convey binding information required for NA(P)T,hosted NA(P)T and NA(P)T-PT control
It has the following ABNF grammar:
Binding-information ::= AVP Header: 450 13019
[ Binding-Input-List ]
[ Binding-Output-List ]
| 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 | |
|---|---|
BindingInputList |
getBindingInputList()
Returns the value of the Binding-Input-List AVP, of type Grouped. |
BindingOutputList |
getBindingOutputList()
Returns the value of the Binding-Output-List AVP, of type Grouped. |
boolean |
hasBindingInputList()
Returns true if the Binding-Input-List AVP is present in the message. |
boolean |
hasBindingOutputList()
Returns true if the Binding-Output-List AVP is present in the message. |
void |
setBindingInputList(BindingInputList bindingInputList)
Sets the value of the Binding-Input-List AVP, of type Grouped. |
void |
setBindingOutputList(BindingOutputList bindingOutputList)
Sets the value of the Binding-Output-List AVP, of type Grouped. |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.GroupedAvp |
|---|
getExtensionAvps, 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, octetStringValue, stringValue |
| Method Detail |
|---|
BindingInputList getBindingInputList()
BindingOutputList getBindingOutputList()
boolean hasBindingInputList()
boolean hasBindingOutputList()
void setBindingInputList(BindingInputList bindingInputList)
void setBindingOutputList(BindingOutputList bindingOutputList)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||