public interface PcepUpdateMsg extends PcepObject, PcepMessage
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepUpdateMsg.Builder
Builder interface with Get and Set Functions to build the PCEP update Message.
|
| Modifier and Type | Method and Description |
|---|---|
PcepType |
getType()
Returns Type of PCEP Message.
|
LinkedList<PcepUpdateRequest> |
getUpdateRequestList()
Returns the update request list for PCEP Update Message.
|
PcepVersion |
getVersion()
Returns Version of PCEP Object.
|
void |
setUpdateRequestList(LinkedList<PcepUpdateRequest> llUpdateRequestList)
Sets the update request list for PCEP update message.
|
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<PcepUpdateRequest> getUpdateRequestList()
void setUpdateRequestList(LinkedList<PcepUpdateRequest> llUpdateRequestList)
llUpdateRequestList - is a list of PCEP Update Requestsvoid 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 bufferCopyright © 2015. All rights reserved.