mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 10:51:04 +02:00
PCEP_LS
Change-Id: I163b35bc4a277a55dff8c2d76f00966ab44f8590
This commit is contained in:
parent
0dba61f0d0
commit
e553ea9ef7
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2015 Open Networking Laboratory
|
* Copyright 2016 Open Networking Laboratory
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with 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
|
* @param bb Channel Buffer
|
||||||
* @return PCEP Message
|
* @return PCEP Message
|
||||||
* @throws PcepParseException while parsing PCEP message.
|
* @throws PcepParseException while parsing PCEP message
|
||||||
* @throws PcepParseException when received message is empty
|
* @throws PcepOutOfBoundMessageException if out-of-bound message is received
|
||||||
*/
|
*/
|
||||||
T readFrom(ChannelBuffer bb) throws PcepParseException, PcepOutOfBoundMessageException;
|
T readFrom(ChannelBuffer bb) throws PcepParseException, PcepOutOfBoundMessageException;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user