| 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 |
|---|---|
PcepIroObject |
PcepIroObject.Builder.build()
Builds IRO Object.
|
PcepIroObject |
PcepAttribute.getIroObject()
Returns PcepIroObject.
|
PcepIroObject |
PcepAttribute.Builder.getIroObject()
Returns PcepIroObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepAttribute.setIroObject(PcepIroObject iroObject)
Sets the PcepIroObject.
|
PcepAttribute.Builder |
PcepAttribute.Builder.setIroObject(PcepIroObject iroObject)
Sets the PcepIroObject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepIroObjectVer1
Provides PCEP iro object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepIroObject |
PcepIroObjectVer1.Builder.build() |
PcepIroObject |
PcepAttributeVer1.getIroObject() |
PcepIroObject |
PcepAttributeVer1.Builder.getIroObject() |
static PcepIroObject |
PcepIroObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads from channel buffer and return object of PcepIroObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepAttributeVer1.setIroObject(PcepIroObject iroObject) |
PcepAttributeVer1.Builder |
PcepAttributeVer1.Builder.setIroObject(PcepIroObject iroObject) |
| Constructor and Description |
|---|
PcepAttributeVer1(PcepLspaObject lspaObject,
PcepBandwidthObject bandwidthObject,
LinkedList<PcepMetricObject> llMetricList,
PcepIroObject iroObject)
Constructor to initialize all parameters for PCEP attribute.
|
Copyright © 2015. All rights reserved.