The rnio package is a framework to builds clients or servers that utilize nio.

See:
          Description

Packages
org.khelekore.rnio The basic interfaces for rnio.
org.khelekore.rnio.impl The classes that actually implement rnio.
org.khelekore.rnio.samples Examples of using rnio.
org.khelekore.rnio.statistics Statistics information about rnio.

 

The rnio package is a framework to builds clients or servers that utilize nio.

To use rnio you create a NioHandler and then you wait for the events that you want.

In the background rnio will run a set of selector threads that handles all the low level interaction with the Selectors.