| 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 |
|---|---|
PcepLabelUpdate |
PcepLabelUpdate.Builder.build()
Builds PcepLableUpdate Object.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepLabelUpdate> |
PcepLabelUpdateMsg.getPcLabelUpdateList()
Returns list of PcLabelUpdateList.
|
LinkedList<PcepLabelUpdate> |
PcepLabelUpdateMsg.Builder.getPcLabelUpdateList()
Returns list of PcLabelUpdateList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepLabelUpdateMsg.setPcLabelUpdateList(LinkedList<PcepLabelUpdate> llPcLabelUpdateList)
Sets list of PcLabelUpdateList.
|
PcepLabelUpdateMsg.Builder |
PcepLabelUpdateMsg.Builder.setPcLabelUpdateList(LinkedList<PcepLabelUpdate> llPcLabelUpdateList)
Sets list of PcLabelUpdateList.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepLabelUpdateVer1
Provides PCEP LABEL update .
|
| Modifier and Type | Method and Description |
|---|---|
static PcepLabelUpdate |
PcepLabelUpdateVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads PcepLabels from the byte stream received from channel buffer.
|
Copyright © 2015. All rights reserved.