| 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 |
|---|---|
PcepError |
PcepError.Builder.build()
Builds PcepError Object.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepError> |
PcepErrorInfo.Builder.getPcepErrorList()
Returns list of PcepError.
|
| Modifier and Type | Method and Description |
|---|---|
PcepErrorInfo.Builder |
PcepErrorInfo.Builder.setPcepErrorList(LinkedList<PcepError> llPcepErrorList)
Sets PcepError lists and returns its builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepErrorVer1
Provides PcepError list which contains RP or TE objects.
|
| Modifier and Type | Method and Description |
|---|---|
PcepError |
PcepErrorVer1.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepError> |
PcepErrorInfoVer1.Builder.getPcepErrorList() |
| Modifier and Type | Method and Description |
|---|---|
PcepErrorInfoVer1.Builder |
PcepErrorInfoVer1.Builder.setPcepErrorList(LinkedList<PcepError> errll) |
| Constructor and Description |
|---|
PcepErrorInfoVer1(LinkedList<PcepError> errll)
Constructor to initialize error info.
|
Copyright © 2015. All rights reserved.