rnio is a minimalistic nio framework for Java. With rnio, it is easy to use non-blocking network sockets in Java. Internally, rnio runs a set of selectors and handles the thread pool for the network-related tasks. This means that non-blocking network connections can be fully event-based.
| Tags | Networking |
|---|---|
| Licenses | BSD Style |
| Operating Systems | Linux Windows |
| Implementation | Java |
Recent releases


Release Notes: Minor changes to thread handling and a big Javadoc update.


Release Notes: This release improves timeout handling and adds it to the examples.


Release Notes: This release creates rnio from the rabbit 4.4 nio handler. It fixes a problem with calling shutdown more than once.