Mahesh Poojary Huawei

PCEP_LS

Change-Id: I163b35bc4a277a55dff8c2d76f00966ab44f8590
/*
* Copyright 2015 Open Networking Laboratory
* Copyright 2016 Open Networking Laboratory
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......
......@@ -30,8 +30,8 @@ public interface PcepMessageReader<T> {
*
* @param bb Channel Buffer
* @return PCEP Message
* @throws PcepParseException while parsing PCEP message.
* @throws PcepParseException when received message is empty
* @throws PcepParseException while parsing PCEP message
* @throws PcepOutOfBoundMessageException if out-of-bound message is received
*/
T readFrom(ChannelBuffer bb) throws PcepParseException, PcepOutOfBoundMessageException;
}
......