public interface PcepMsgPath
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepMsgPath.Builder
Builder interface with get and set functions to build PcepMsgPath.
|
| Modifier and Type | Method and Description |
|---|---|
PcepEroObject |
getEroObject()
Returns object of PcepEroObject.
|
PcepAttribute |
getPcepAttribute()
Returns object of PcepAttribute.
|
PcepMsgPath |
read(org.jboss.netty.buffer.ChannelBuffer bb)
reads ERO object and attribute list.
|
void |
setEroObject(PcepEroObject eroObject)
Sets PcepEroObject.
|
void |
setPcepAttribute(PcepAttribute pcepAttribute)
Sets PcepAttribute.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
writes ERO object and attribute list to channel.
|
PcepEroObject getEroObject()
PcepAttribute getPcepAttribute()
void setEroObject(PcepEroObject eroObject)
eroObject - PCEP ERO Object.void setPcepAttribute(PcepAttribute pcepAttribute)
pcepAttribute - PCEP-Attribute.PcepMsgPath read(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - of type channel bufferPcepParseException - while parsing Message Path from Channel Buffer.int write(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - of type channel bufferPcepParseException - while writing Message Path into Channel Buffer.Copyright © 2015. All rights reserved.