软件包: libnaga-java (3.0+svn80-2)
libnaga-java 的相关链接
Trisquel 的资源:
下载源码包 naga:
维护者:
Original Maintainers:
- Debian Java Maintainers (Mail Archive)
- Michael Banck
- Ximin Luo
外部的资源:
- 主页 [code.google.com]
相似软件包:
Simplified Java NIO asynchronous sockets
Naga aims to be a very small NIO library that provides a handful of java classes to wrap the usual Socket and ServerSocket with asynchronous NIO counterparts.
All of this is driven from a single thread, making it useful for both client (e.g. allowing I/O to be done in the AWT-thread without any need for threads) and server programming (1 thread for all connections instead of 2 threads/connection).
Naga contains the code needed to get NIO up and running without having to code partially read buffers and setting various selection key flags.