| 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 |
|---|---|
PcepRroObject |
PcepRroObject.Builder.build()
Builds RRO Object.
|
PcepRroObject |
PcepStateReport.PcepMsgPath.getRroObject()
Returns PcepRroObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepStateReport.PcepMsgPath.setRroObject(PcepRroObject rroObject)
Sets PcepRroObject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepRroObjectVer1
Provides PCEP RRO object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepRroObject |
PcepRroObjectVer1.Builder.build() |
PcepRroObject |
PcepStateReportVer1.PcepMsgPath.getRroObject()
Returns PcepRroObject.
|
static PcepRroObject |
PcepRroObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads the channel buffer and returns object of PcepRroObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepStateReportVer1.PcepMsgPath.setRroObject(PcepRroObject rroObj) |
| Constructor and Description |
|---|
PcepMsgPath(PcepEroObject eroObj,
PcepAttribute attrList,
PcepRroObject rroObj,
PcepBandwidthObject bandwidth)
Constructor to initialize the parameters from PCEP Message path.
|
Copyright © 2015. All rights reserved.