| Package | Description |
|---|---|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowRuleExtPayLoad |
FlowRuleExtPayLoad.flowRuleExtPayLoad(byte[] payLoad)
Creates a FlowRuleExtPayLoad.
|
FlowRuleExtPayLoad |
FlowRule.payLoad()
Returns the third party original flow rule.
|
FlowRuleExtPayLoad |
DefaultFlowRule.payLoad() |
| Constructor and Description |
|---|
DefaultFlowRule(DeviceId deviceId,
TrafficSelector selector,
TrafficTreatment treatment,
int priority,
ApplicationId appId,
GroupId groupId,
int timeout,
boolean permanent,
FlowRuleExtPayLoad payLoad)
Support for the third party flow rule.
|
DefaultFlowRule(DeviceId deviceId,
TrafficSelector selector,
TrafficTreatment treatment,
int priority,
ApplicationId appId,
int timeout,
boolean permanent,
FlowRuleExtPayLoad payLoad)
Support for the third party flow rule.
|
Copyright © 2015. All rights reserved.