| 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 |
|---|---|
PcepLabelRangeObject |
PcepLabelRangeObject.Builder.build()
Builds LabelRange Object.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepLabelRangeObject> |
PcepLabelRange.getLabelRangeList()
Returns list of PcepLabelRangeObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepLabelRange.setLabelRangeList(LinkedList<PcepLabelRangeObject> llLabelRangeList)
Sets list of PcepLabelRangeObject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepLabelRangeObjectVer1
Provides PCEP label range object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLabelRangeObject |
PcepLabelRangeObjectVer1.Builder.build() |
static PcepLabelRangeObject |
PcepLabelRangeObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads from the channel buffer and returns object of PcepLabelRangeObject.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepLabelRangeObject> |
PcepLabelRangeVer1.getLabelRangeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PcepLabelRangeVer1.setLabelRangeList(LinkedList<PcepLabelRangeObject> ll) |
Copyright © 2015. All rights reserved.