public interface PcepValueType
| Modifier and Type | Method and Description |
|---|---|
short |
getLength()
Returns the Length of PCEP Message.
|
short |
getType()
Returns the Type of PCEP Message.
|
PcepVersion |
getVersion()
Returns the Version Of PCEP Message.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes the byte Stream of PCEP Message to channel buffer.
|
PcepVersion getVersion()
short getType()
short getLength()
int write(org.jboss.netty.buffer.ChannelBuffer bb)
bb - of type channel buffer