| 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 |
|---|---|
PcepTEObject |
PcepTEObject.Builder.build()
Builds TE Object.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepTEObject> |
PcepError.getTEObjList()
Returns the PcepTEObject List.
|
LinkedList<PcepTEObject> |
PcepError.Builder.getTEObjList()
Returns the PcepTEObject.
|
LinkedList<PcepTEObject> |
PcepTEReportMsg.getTEReportList()
Returns list of PCEP TE Objects.
|
LinkedList<PcepTEObject> |
PcepTEReportMsg.Builder.getTEReportList()
Returns list of Optional Tlv in TE Report Message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepError.setTEObjList(LinkedList<PcepTEObject> llTEObjList)
Sets the TE Objects lists.
|
PcepError.Builder |
PcepError.Builder.setTEObjList(LinkedList<PcepTEObject> llTEObjList)
Sets TE Object lists and returns its builder.
|
void |
PcepTEReportMsg.setTEReportList(LinkedList<PcepTEObject> llTEReportList)
Sets list of Optional Tlvs in TE Report Message.
|
PcepTEReportMsg.Builder |
PcepTEReportMsg.Builder.setTEReportList(LinkedList<PcepTEObject> llTEReportList)
Sets list of Optional Tlvs and returns its builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepTEObjectVer1
Provides PCEP TE Object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepTEObject |
PcepTEObjectVer1.Builder.build() |
static PcepTEObject |
PcepTEObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads from the channel buffer and returns Object of PcepTEObject.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepTEObject> |
PcepErrorVer1.getTEObjList() |
LinkedList<PcepTEObject> |
PcepErrorVer1.Builder.getTEObjList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PcepErrorVer1.setTEObjList(LinkedList<PcepTEObject> llTEObjList) |
PcepErrorVer1.Builder |
PcepErrorVer1.Builder.setTEObjList(LinkedList<PcepTEObject> llTEObjList) |
| Constructor and Description |
|---|
PcepErrorInfoVer1(LinkedList<PcepRPObject> llRPObjList,
LinkedList<PcepTEObject> llTEObjList,
LinkedList<PcepErrorObject> llErrObjList)
Constructor to add PCEP error object to the list.
|
PcepErrorVer1(LinkedList<PcepRPObject> llRPObjList,
LinkedList<PcepTEObject> llTEObjList,
LinkedList<PcepErrorObject> llErrObjListObjList)
Constructor to initialize variable.
|
Copyright © 2015. All rights reserved.