| Package | Description |
|---|---|
| org.onosproject.net.intent |
Set of abstractions for conveying high-level intents for treatment of
selected network traffic by allowing applications to express the
what rather than the how.
|
| Modifier and Type | Method and Description |
|---|---|
TwoWayP2PIntent.Builder |
TwoWayP2PIntent.Builder.appId(ApplicationId appId) |
static TwoWayP2PIntent.Builder |
TwoWayP2PIntent.builder()
Returns a new two way intent builder.
|
TwoWayP2PIntent.Builder |
TwoWayP2PIntent.Builder.constraints(List<Constraint> constraints) |
TwoWayP2PIntent.Builder |
TwoWayP2PIntent.Builder.key(Key key) |
TwoWayP2PIntent.Builder |
TwoWayP2PIntent.Builder.one(ConnectPoint one)
Sets the first connection point of the two way intent that will be built.
|
TwoWayP2PIntent.Builder |
TwoWayP2PIntent.Builder.priority(int priority) |
TwoWayP2PIntent.Builder |
TwoWayP2PIntent.Builder.selector(TrafficSelector selector) |
TwoWayP2PIntent.Builder |
TwoWayP2PIntent.Builder.treatment(TrafficTreatment treatment) |
TwoWayP2PIntent.Builder |
TwoWayP2PIntent.Builder.two(ConnectPoint two)
Sets the second connection point of the two way intent that will be built.
|
Copyright © 2015. All rights reserved.