| 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 |
|---|---|
PcepLabelDownload |
PcepLabelUpdate.getLabelDownload()
Returns the PcepLabelDownload object.
|
PcepLabelDownload |
PcepLabelUpdate.Builder.getLabelDownload()
Returns the PcepLabelDownload object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepLabelUpdate.setLabelDownload(PcepLabelDownload labelDownload)
Sets the Label Download object.
|
PcepLabelUpdate.Builder |
PcepLabelUpdate.Builder.setLabelDownload(PcepLabelDownload labelDownload)
Sets the Label Download object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLabelDownload |
PcepLabelUpdateVer1.getLabelDownload() |
| Modifier and Type | Method and Description |
|---|---|
void |
PcepLabelUpdateVer1.setLabelDownload(PcepLabelDownload labelDownload) |
| Constructor and Description |
|---|
PcepLabelUpdateVer1(PcepLabelDownload labelDownload)
Constructor to initialize PCEP label download.
|
Copyright © 2015. All rights reserved.