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
Madan Jampani
2014-10-04 20:51:10 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
62744c2d7aa115bb203410fbc806899bb049bb6e
62744c2d
1 parent
938aa434
Added file missing from previous commit
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
utils/netty/src/main/java/org/onlab/netty/DecoderState.java
utils/netty/src/main/java/org/onlab/netty/DecoderState.java
0 → 100644
View file @
62744c2
package
org
.
onlab
.
netty
;
/**
* State transitions a decoder goes through as it is decoding an incoming message.
*/
public
enum
DecoderState
{
READ_HEADER_VERSION
,
READ_PREAMBLE
,
READ_CONTENT_LENGTH
,
READ_SERIALIZER_VERSION
,
READ_CONTENT
}
Please
register
or
login
to post a comment