| Package | Description |
|---|---|
| org.onosproject.pcepio.protocol |
Abstraction of an entity providing PCEP messages.
|
| org.onosproject.pcepio.protocol.ver1 |
Implementation of PCEP messages.
|
| org.onosproject.pcepio.types |
Implementation of Tlvs and Pcep common objects.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLabelObject |
PcepLabelObject.Builder.build()
Builds Label Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepLabelObjectVer1
Provides PCEP label object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLabelObject |
PcepLabelObjectVer1.Builder.build() |
static PcepLabelObject |
PcepLabelObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads form channel buffer and returns objects of PcepLabelObject.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLabelObject |
PcepLabelMap.getLabelObject()
Returns labelObject.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepLabelObject> |
PcepLabelDownload.getLabelList()
Returns a list of labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepLabelMap.setLabelObject(PcepLabelObject labelObject)
Sets the Pcep labelObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepLabelDownload.setLabelList(LinkedList<PcepLabelObject> llLabelList)
set the llLabelList list of type PcepLableObject.
|
Copyright © 2015. All rights reserved.