Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Mahesh Poojary Huawei
2016-03-04 11:32:36 +0530
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e553ea9ef70a0a66dcc06d76a9d2ac06764ab10d
e553ea9e
1 parent
0dba61f0
PCEP_LS
Change-Id: I163b35bc4a277a55dff8c2d76f00966ab44f8590
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/exceptions/PcepOutOfBoundMessageException.java
protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/protocol/PcepMessageReader.java
protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/exceptions/PcepOutOfBoundMessageException.java
View file @
e553ea9
/*
* Copyright 201
5
Open Networking Laboratory
* Copyright 201
6
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.
...
...
protocols/pcep/pcepio/src/main/java/org/onosproject/pcepio/protocol/PcepMessageReader.java
View file @
e553ea9
...
...
@@ -30,8 +30,8 @@ public interface PcepMessageReader<T> {
*
* @param bb Channel Buffer
* @return PCEP Message
* @throws PcepParseException while parsing PCEP message
.
* @throws Pcep
ParseException when received message is empty
* @throws PcepParseException while parsing PCEP message
* @throws Pcep
OutOfBoundMessageException if out-of-bound message is received
*/
T
readFrom
(
ChannelBuffer
bb
)
throws
PcepParseException
,
PcepOutOfBoundMessageException
;
}
...
...
Please
register
or
login
to post a comment