| 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 |
|---|---|
PcepLspaObject |
PcepLspaObject.Builder.build()
Builds LSPA Object.
|
PcepLspaObject |
PcepAttribute.getLspaObject()
Returns PcepLspaObject.
|
PcepLspaObject |
PcepAttribute.Builder.getLspaObject()
Returns PcepLspaObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepAttribute.setLspaObject(PcepLspaObject lspaObject)
Sets the PcepLspaObject.
|
PcepAttribute.Builder |
PcepAttribute.Builder.setLspaObject(PcepLspaObject lspaObject)
Sets the PcepLspaObject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepLspaObjectVer1
Provides PCEP label Object .
|
| Modifier and Type | Method and Description |
|---|---|
PcepLspaObject |
PcepLspaObjectVer1.Builder.build() |
PcepLspaObject |
PcepAttributeVer1.getLspaObject() |
PcepLspaObject |
PcepAttributeVer1.Builder.getLspaObject() |
static PcepLspaObject |
PcepLspaObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads channel buffer and returns object of PcepLspaObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepAttributeVer1.setLspaObject(PcepLspaObject lspaObject) |
PcepAttributeVer1.Builder |
PcepAttributeVer1.Builder.setLspaObject(PcepLspaObject lspaObject) |
| 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.