| 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 |
|---|---|
PcepLabelMap |
PcepLabelUpdate.getLabelMap()
Returns the PcepLabelMap object.
|
PcepLabelMap |
PcepLabelUpdate.Builder.getLabelMap()
Returns the PcepLabelMap object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepLabelUpdate.setLabelMap(PcepLabelMap labelMap)
Sets the Label map object.
|
PcepLabelUpdate.Builder |
PcepLabelUpdate.Builder.setLabelMap(PcepLabelMap labelMap)
Sets the Label map object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLabelMap |
PcepLabelUpdateVer1.getLabelMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
PcepLabelUpdateVer1.setLabelMap(PcepLabelMap labelMap) |
| Constructor and Description |
|---|
PcepLabelUpdateVer1(PcepLabelMap labelMap)
Constructor to initialize PCEP label map.
|
Copyright © 2015. All rights reserved.