|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlowGrouping
Defines an interface representing the ip flows list grouped AVP type.
From the Diameter Gq' Reference Point Protocol Details (ETSI TS 183.017 V1.4.0) specification:
7.3.18 Flow-Grouping AVP
The Binding-input-list AVP (AVP Code 508) is of type Grouped AVP and holds a list of IP flows
It has the following ABNF grammar:
Flow-Grouping ::= AVP Header: 508 13019
[ Flows ]
| 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 | |
|---|---|
Flows[] |
getFlows()
Returns the value of the V4-Transport-Address AVP, of type Grouped. |
void |
setFlow(Flows flow)
Sets the value of the Flows AVP, of type Grouped. |
void |
setFlows(Flows[] flows)
Sets the value of the Flows 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 |
|---|
Flows[] getFlows()
void setFlow(Flows flow)
void setFlows(Flows[] flows)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||