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
bb - Channel BufferPcepParseException - while parsing PCEP message.PcepParseException - when received message is emptyCopyright © 2015. All rights reserved.