| 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 |
PcepBandwidthObject.Builder.build()
Builds BandwidthObject.
|
PcepBandwidthObject |
PcepStateReport.PcepMsgPath.getBandwidthObject()
Returns PcepBandwidthObject.
|
PcepBandwidthObject |
PcepAttribute.getBandwidthObject()
Returns PcepBandwidthObject.
|
PcepBandwidthObject |
PcepAttribute.Builder.getBandwidthObject()
Returns PcepBandwidthObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepStateReport.PcepMsgPath.setBandwidthObject(PcepBandwidthObject bandwidth)
Sets PcepBandwidthObject.
|
void |
PcepAttribute.setBandwidthObject(PcepBandwidthObject bandwidthObject)
Sets the PcepBandwidthObject.
|
PcepAttribute.Builder |
PcepAttribute.Builder.setBandwidthObject(PcepBandwidthObject bandwidthObject)
Sets the PcepBandwidthObject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepBandwidthObjectVer1
Provides PcepBandwidthObject.
|
| Modifier and Type | Method and Description |
|---|---|
PcepBandwidthObject |
PcepBandwidthObjectVer1.Builder.build() |
PcepBandwidthObject |
PcepStateReportVer1.PcepMsgPath.getBandwidthObject() |
PcepBandwidthObject |
PcepAttributeVer1.getBandwidthObject() |
PcepBandwidthObject |
PcepAttributeVer1.Builder.getBandwidthObject() |
static PcepBandwidthObject |
PcepBandwidthObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads from channel buffer and returns object of PcepBandwidthObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepStateReportVer1.PcepMsgPath.setBandwidthObject(PcepBandwidthObject bandwidth) |
void |
PcepAttributeVer1.setBandwidthObject(PcepBandwidthObject bandwidthObject) |
PcepAttributeVer1.Builder |
PcepAttributeVer1.Builder.setBandwidthObject(PcepBandwidthObject bandwidthObject) |
| Constructor and Description |
|---|
PcepAttributeVer1(PcepBandwidthObject bandwidthObject)
constructor to initialize bandwidthObject.
|
PcepAttributeVer1(PcepLspaObject lspaObject,
PcepBandwidthObject bandwidthObject,
LinkedList<PcepMetricObject> llMetricList,
PcepIroObject iroObject)
Constructor to initialize all parameters for PCEP attribute.
|
PcepMsgPath(PcepEroObject eroObj,
PcepAttribute attrList,
PcepRroObject rroObj,
PcepBandwidthObject bandwidth)
Constructor to initialize the parameters from PCEP Message path.
|
Copyright © 2015. All rights reserved.