| 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 |
|---|---|
PointToPointIntent.Builder |
PointToPointIntent.Builder.appId(ApplicationId appId) |
static PointToPointIntent.Builder |
PointToPointIntent.builder()
Returns a new point to point intent builder.
|
PointToPointIntent.Builder |
PointToPointIntent.Builder.constraints(List<Constraint> constraints) |
PointToPointIntent.Builder |
PointToPointIntent.Builder.egressPoint(ConnectPoint egressPoint)
Sets the egress point of the point to point intent that will be built.
|
PointToPointIntent.Builder |
PointToPointIntent.Builder.ingressPoint(ConnectPoint ingressPoint)
Sets the ingress point of the point to point intent that will be built.
|
PointToPointIntent.Builder |
PointToPointIntent.Builder.key(Key key) |
PointToPointIntent.Builder |
PointToPointIntent.Builder.priority(int priority) |
PointToPointIntent.Builder |
PointToPointIntent.Builder.selector(TrafficSelector selector) |
PointToPointIntent.Builder |
PointToPointIntent.Builder.treatment(TrafficTreatment treatment) |
Copyright © 2015. All rights reserved.