code is sited on: https://github.com/zhoujiagen/javaiospike
progress
2015/5/27 Nio/Nio2 examples, user guide examples of Netty released
ideas
2015/5/28 Add distributed coordination solutions, such as ZooKeeper
references
[1] Hitchens R.. Java NIO. O'Reilly. 2002
[2] Leonard A.. Pro java 7 NIO.2. Apress. 2011
[3] Maurer N.. Nettiy in Action MEAP V5. Manning Publications. 2013
content
nio
- buffer
- channel
- selector
- regexp: regular expression
nio2
- path
- fileattr: file attribute
- dir: file and directory operation
- walk: file/directory visitors
- watch: watch service of object changes
- raf: random access file, new channel features in NIO2
- link: symbolic, hard links
- async: asynchronous file and socket channels
netty
- userguide: offical web user guide examples