public static interface PcepStateReport.PcepMsgPath
| Modifier and Type | Method and Description |
|---|---|
PcepBandwidthObject |
getBandwidthObject()
Returns PcepBandwidthObject.
|
PcepEroObject |
getEroObject()
Returns PcepEroObject.
|
PcepAttribute |
getPcepAttribute()
Returns PcepAttribute.
|
PcepRroObject |
getRroObject()
Returns PcepRroObject.
|
PcepStateReport.PcepMsgPath |
read(org.jboss.netty.buffer.ChannelBuffer bb)
Reads all the Objects for PCEP Message Path.
|
void |
setBandwidthObject(PcepBandwidthObject bandwidth)
Sets PcepBandwidthObject.
|
void |
setEroObject(PcepEroObject eroObject)
Sets PcepEroObject.
|
void |
setPcepAttribute(PcepAttribute pcepAttribute)
Sets PcepAttribute.
|
void |
setRroObject(PcepRroObject rroObject)
Sets PcepRroObject.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes all the objects for pcep message path.
|
PcepEroObject getEroObject()
void setEroObject(PcepEroObject eroObject)
eroObject - Ero ObjectPcepAttribute getPcepAttribute()
void setPcepAttribute(PcepAttribute pcepAttribute)
pcepAttribute - Pcep Attribute objectPcepRroObject getRroObject()
void setRroObject(PcepRroObject rroObject)
rroObject - Rro objectPcepBandwidthObject getBandwidthObject()
void setBandwidthObject(PcepBandwidthObject bandwidth)
bandwidth - bandwidth objectPcepStateReport.PcepMsgPath read(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - of type channel bufferPcepParseException - when invalid buffer receivedint write(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - of type channel buffer.PcepParseException - when mandatory object is not set