public interface PcepMessageReader<T>
| Modifier and Type | Method and Description |
|---|---|
T |
readFrom(org.jboss.netty.buffer.ChannelBuffer bb)
Reads the Objects in the PCEP Message and Returns PCEP Message.
|
T readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException, PcepOutOfBoundMessageException
bb - Channel BufferPcepParseException - while parsing PCEP messagePcepOutOfBoundMessageException - if out-of-bound message is received