| 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 |
|---|---|
PcepBandwidthObject.Builder |
PcepFactory.buildBandwidthObject()
To get Builder Object for Bandwidth Object.
|
PcepBandwidthObject.Builder |
PcepBandwidthObject.Builder.setBandwidth(int iBandwidth)
Sets bandwidth value and return its builder.
|
PcepBandwidthObject.Builder |
PcepBandwidthObject.Builder.setBandwidthObjHeader(PcepObjectHeader obj)
Sets bandwidth object header and returns its builder.
|
PcepBandwidthObject.Builder |
PcepBandwidthObject.Builder.setIFlag(boolean value)
Sets I flag in Bandwidth object header and returns its builder.
|
PcepBandwidthObject.Builder |
PcepBandwidthObject.Builder.setPFlag(boolean value)
Sets P flag in Bandwidth object header and returns its builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PcepBandwidthObjectVer1.Builder
builder class for PCEP bandwidth object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepBandwidthObject.Builder |
PcepFactoryVer1.buildBandwidthObject() |
Copyright © 2015. All rights reserved.