General
About
ChangeLog
License
API
Sample
EchoServer
Download
Current version: 1.2
updated: jun 29 2011
Java/6+ only
Download:
source: rnio-1.2.tar.gz
binary: rnio-1.jar
GIT
Contacts
Robert Olofsson
robo@khelekore.org
|
|
ChangeLog
version 1.2 (2011-06-29)
Major updates of the javadocs. Made it possible to specify a
thread factory for the selector thread creation.
version 1.1 (2010-03-23)
Renamed UnlimitedSocketHandler to SocketHandlerBase and made it
possible to set the timeout values for it. Added timeouts to the
EchoServer sample. The default timeout value for
MultiSelectorNioHandler may now be passed as an argument to the
constructor.
version 1.0 (2010-02-02)
Created rnio from the nio handling code found in rabbit/4.4.
Added EchoClient and EchoServer as examples.
Fixed a problem with calling NioHandler.shutdown() multiple times.
|