The EIO package (which stands for "Event Input/Output") offers a
networking API in Java that is efficient and very simple. This
provides a third alternative to the two two major Java networking
APIs: the traditional one-thread-per-connection model
(java.net), and the new non-blocking model
(java.nio). EIO provides a simplified wrapper around
java.nio.
EIO was written by Zooko, and is currently being maintained by Itamar Shtull-Trauring.
Version 0.9 is a preview release. The APIs will change in the future, there are probably still many bugs and so on.
License (BSD open source license)
Issue tracker (bugs, patches, etc.)
To check out from CVS:
cvs -d:pserver:anon@cvs.twistedmatrix.com:/cvs co Eio