| 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 |
|---|---|
PcepStateReport |
PcepStateReport.Builder.build()
Builds PcepStateReport.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepStateReport> |
PcepReportMsg.getStateReportList()
Returns PcepStateReport list.
|
LinkedList<PcepStateReport> |
PcepReportMsg.Builder.getStateReportList()
Returns StateReportList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepReportMsg.setStateReportList(LinkedList<PcepStateReport> llStateReportList)
Sets StateReportList.
|
PcepReportMsg.Builder |
PcepReportMsg.Builder.setStateReportList(LinkedList<PcepStateReport> llStateReportList)
Sets list of PcepStateReport and returns builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepStateReportVer1
Provide the State Report for the Pcep Report Message.
|
| Modifier and Type | Method and Description |
|---|---|
PcepStateReport |
PcepStateReportVer1.Builder.build() |
Copyright © 2015. All rights reserved.