public interface PcepLabelUpdateMsg extends PcepObject, PcepMessage
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepLabelUpdateMsg.Builder
Builder interface with get and set functions to build Label Update message.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepLabelUpdate> |
getPcLabelUpdateList()
Returns list of PcLabelUpdateList.
|
PcepType |
getType()
Returns Type of PCEP Message.
|
PcepVersion |
getVersion()
Returns Version of PCEP Object.
|
void |
setPcLabelUpdateList(LinkedList<PcepLabelUpdate> llPcLabelUpdateList)
Sets list of PcLabelUpdateList.
|
void |
writeTo(org.jboss.netty.buffer.ChannelBuffer channelBuffer)
Writes byte streams of messages to channel buffer.
|
PcepVersion getVersion()
PcepObjectgetVersion in interface PcepMessagegetVersion in interface PcepObjectPcepType getType()
PcepMessagegetType in interface PcepMessageLinkedList<PcepLabelUpdate> getPcLabelUpdateList()
void setPcLabelUpdateList(LinkedList<PcepLabelUpdate> llPcLabelUpdateList)
llPcLabelUpdateList - list of PcLabelUpdateListvoid writeTo(org.jboss.netty.buffer.ChannelBuffer channelBuffer)
throws PcepParseException
WriteablewriteTo in interface PcepMessagewriteTo in interface WriteablechannelBuffer - parameter of type channel bufferPcepParseException - when error occurs while writing pcep message to channel buffer