| Package | Description |
|---|---|
| org.onosproject.pcepio.protocol |
Abstraction of an entity providing PCEP messages.
|
| org.onosproject.pcepio.protocol.ver1 |
Implementation of PCEP messages.
|
| Modifier and Type | Method and Description |
|---|---|
PcepEndPointsObject.Builder |
PcepFactory.buildEndPointsObject()
To get Builder Object for EndPoints Object.
|
PcepEndPointsObject.Builder |
PcepEndPointsObject.Builder.setDestIpAddress(int destIpAddress)
Sets Destination IpAddress in End Points Object.
|
PcepEndPointsObject.Builder |
PcepEndPointsObject.Builder.setEndPointsObjHeader(PcepObjectHeader obj)
Sets End Points Object header and returns its builder.
|
PcepEndPointsObject.Builder |
PcepEndPointsObject.Builder.setIFlag(boolean value)
Sets I flag in Bandwidth object header and returns its builder.
|
PcepEndPointsObject.Builder |
PcepEndPointsObject.Builder.setPFlag(boolean value)
Sets P flag in Bandwidth object header and returns its builder.
|
PcepEndPointsObject.Builder |
PcepEndPointsObject.Builder.setSourceIpAddress(int sourceIpAddress)
Sets Source IpAddress in End Points Object and returns builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PcepEndPointsObjectVer1.Builder
Builder class for PCEP end points objects.
|
| Modifier and Type | Method and Description |
|---|---|
PcepEndPointsObject.Builder |
PcepFactoryVer1.buildEndPointsObject() |
Copyright © 2015. All rights reserved.