public interface PcepLabelUpdate
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepLabelUpdate.Builder
Builder interface with get and set functions to build Label Update message.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLabelDownload |
getLabelDownload()
Returns the PcepLabelDownload object.
|
PcepLabelMap |
getLabelMap()
Returns the PcepLabelMap object.
|
void |
setLabelDownload(PcepLabelDownload labelDownload)
Sets the Label Download object.
|
void |
setLabelMap(PcepLabelMap labelMap)
Sets the Label map object.
|
void |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes the byte stream of PcepLabelUpdate into channel buffer.
|
void write(org.jboss.netty.buffer.ChannelBuffer bb)
throws PcepParseException
bb - of type channel bufferPcepParseException - while writing LABEL UPDATE.void setLabelDownload(PcepLabelDownload labelDownload)
labelDownload - PCEP Label Download objectPcepLabelDownload getLabelDownload()
void setLabelMap(PcepLabelMap labelMap)
labelMap - PCEP Label Map objectPcepLabelMap getLabelMap()