NIO: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* Java NIO Tutorial http://tutorials.jenkov.com/java-nio/index.html | * Java NIO Tutorial http://tutorials.jenkov.com/java-nio/index.html | ||
* NIO.2 Examples http://www.concretepage.com/java/jdk7/ | * NIO.2 Examples http://www.concretepage.com/java/jdk7/ | ||
* Use select for high-speed networking http://www.javaworld.com/article/2073344/core-java/use-select-for-high-speed-networking.html | |||
=Internal= | =Internal= |
Revision as of 19:25, 19 January 2016
External
- Java NIO Tutorial http://tutorials.jenkov.com/java-nio/index.html
- NIO.2 Examples http://www.concretepage.com/java/jdk7/
- Use select for high-speed networking http://www.javaworld.com/article/2073344/core-java/use-select-for-high-speed-networking.html
Internal
Overview
NIO and NIO.2