| Package | Description |
|---|---|
| org.onosproject.pcepio.protocol |
Abstraction of an entity providing PCEP messages.
|
| org.onosproject.pcepio.protocol.ver1 |
Implementation of PCEP messages.
|
| org.onosproject.pcepio.types |
Implementation of Tlvs and Pcep common objects.
|
| Modifier and Type | Method and Description |
|---|---|
PcepOpenObject |
PcepOpenObject.Builder.build()
Builds Open Object.
|
PcepOpenObject |
PcepOpenMsg.Builder.getPcepOpenObj()
Returns OpenObject in Open Message.
|
PcepOpenObject |
PcepOpenMsg.getPcepOpenObject()
Returns OpenObject in Open Message.
|
| Modifier and Type | Method and Description |
|---|---|
PcepOpenMsg.Builder |
PcepOpenMsg.Builder.setPcepOpenObj(PcepOpenObject obj)
Sets Open Object in Open Message and return its builder.
|
void |
PcepOpenMsg.setPcepOpenObject(PcepOpenObject obj)
Sets OpenObject in Open Message with Specified Obj.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepOpenObjectVer1
Provides PCEP open object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepOpenObject |
PcepOpenObjectVer1.Builder.build() |
PcepOpenObject |
PcepOpenMsgVer1.getPcepOpenObject() |
static PcepOpenObject |
PcepOpenObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads from channel buffer and returns object of PcepOpenObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepOpenMsgVer1.setPcepOpenObject(PcepOpenObject pcepOpenObj) |
| Constructor and Description |
|---|
PcepOpenMsgVer1(PcepOpenObject pcepOpenObj)
Constructor to initialize PcepOpenObject.
|
| Constructor and Description |
|---|
ErrorObjListWithOpen(LinkedList<PcepErrorObject> errObj,
PcepOpenObject openObj)
Constructor to initialize Error and OPEN object.
|
Copyright © 2015. All rights reserved.