| 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 |
|---|---|
PcepErrorObject |
PcepErrorObject.Builder.build()
Builds Error Object.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepErrorObject> |
PcepError.getErrorObjList()
Returns the PcepErrorObject.
|
LinkedList<PcepErrorObject> |
PcepError.Builder.getErrorObjList()
Returns the PcepErrorObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepError.setErrorObjList(LinkedList<PcepErrorObject> llErrorObjList)
Sets the Error Objects lists.
|
PcepError.Builder |
PcepError.Builder.setErrorObjList(LinkedList<PcepErrorObject> llErrorObjList)
Sets Error Object lists and returns its builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepErrorObjectVer1
Provides PCEP Error Object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepErrorObject |
PcepErrorObjectVer1.Builder.build() |
static PcepErrorObject |
PcepErrorObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads from channel buffer and returns object of PcepErrorObject.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepErrorObject> |
PcepErrorVer1.getErrorObjList() |
LinkedList<PcepErrorObject> |
PcepErrorVer1.Builder.getErrorObjList() |
| Modifier and Type | Method and Description |
|---|---|
PcepObjectHeader |
PcepErrorMsgVer1.Reader.parseErrorObjectList(LinkedList<PcepErrorObject> llErrObjList,
org.jboss.netty.buffer.ChannelBuffer cb)
Parse error-obj-list.
|
void |
PcepErrorVer1.setErrorObjList(LinkedList<PcepErrorObject> llErrObjList) |
PcepErrorVer1.Builder |
PcepErrorVer1.Builder.setErrorObjList(LinkedList<PcepErrorObject> llErrObjList) |
| Constructor and Description |
|---|
PcepErrorInfoVer1(LinkedList<PcepRPObject> llRPObjList,
LinkedList<PcepTEObject> llTEObjList,
LinkedList<PcepErrorObject> llErrObjList)
Constructor to add PCEP error object to the list.
|
PcepErrorVer1(LinkedList<PcepErrorObject> llErrObjList)
Constructor to initialize PcepError.
|
PcepErrorVer1(LinkedList<PcepRPObject> llRPObjList,
LinkedList<PcepTEObject> llTEObjList,
LinkedList<PcepErrorObject> llErrObjListObjList)
Constructor to initialize variable.
|
| Constructor and Description |
|---|
ErrorObjListWithOpen(LinkedList<PcepErrorObject> errObj)
Constructor to initialize ERROR Object.
|
ErrorObjListWithOpen(LinkedList<PcepErrorObject> errObj,
PcepOpenObject openObj)
Constructor to initialize Error and OPEN object.
|
Copyright © 2015. All rights reserved.