| 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 |
|---|---|
PcInitiatedLspRequest |
PcInitiatedLspRequest.Builder.build()
Builds PcInitiatedLspRequest.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcInitiatedLspRequest> |
PcepInitiateMsg.getPcInitiatedLspRequestList()
Returns list of PcInitiatedLspRequestList.
|
LinkedList<PcInitiatedLspRequest> |
PcepInitiateMsg.Builder.getPcInitiatedLspRequestList()
Returns list of PcInitiatedLspRequestList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepInitiateMsg.setPcInitiatedLspRequestList(LinkedList<PcInitiatedLspRequest> llPcInitiatedLspRequestList)
Sets list of PcInitiatedLspRequestList.
|
PcepInitiateMsg.Builder |
PcepInitiateMsg.Builder.setPcInitiatedLspRequestList(LinkedList<PcInitiatedLspRequest> llPcInitiatedLspRequestList)
Sets PcInitiatedLspRequestList.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcInitiatedLspRequestVer1
Provides PcInitiatedLspRequest for PCEP Initiate message.
|
| Modifier and Type | Method and Description |
|---|---|
PcInitiatedLspRequest |
PcInitiatedLspRequestVer1.Builder.build() |
Copyright © 2015. All rights reserved.