public interface PcepReportMsg extends PcepObject, PcepMessage
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepReportMsg.Builder
Builder interface with get and set functions to build Report message.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepStateReport> |
getStateReportList()
Returns PcepStateReport list.
|
PcepType |
getType()
Returns Type of PCEP Message.
|
PcepVersion |
getVersion()
Returns Version of PCEP Object.
|
void |
setStateReportList(LinkedList<PcepStateReport> llStateReportList)
Sets StateReportList.
|
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<PcepStateReport> getStateReportList()
void setStateReportList(LinkedList<PcepStateReport> llStateReportList)
llStateReportList - list of PcepStateReport.void 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.