| Package | Description |
|---|---|
| org.onosproject.net.flowobjective |
Abstractions for objective-based flow programming of data plane without
requiring device pipeline structure awareness. This subsystem is
experimental and its interfaces will change in the upcoming release.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultForwardingObjective.Builder |
| Modifier and Type | Method and Description |
|---|---|
ForwardingObjective.Builder |
ForwardingObjective.Builder.nextStep(int nextId)
Assigns a next step to the forwarding objective.
|
ForwardingObjective.Builder |
ForwardingObjective.Builder.withFlag(ForwardingObjective.Flag flag)
Assigns the flag to the forwarding objective.
|
ForwardingObjective.Builder |
ForwardingObjective.Builder.withSelector(TrafficSelector selector)
Assigns a selector to the forwarding objective.
|
ForwardingObjective.Builder |
ForwardingObjective.Builder.withTreatment(TrafficTreatment treatment)
Assigns the treatment for this forwarding objective.
|
Copyright © 2015. All rights reserved.