Package org.khelekore.rnio

The basic interfaces for rnio.

See:
          Description

Interface Summary
AcceptHandler A handler that accepts connections
BufferHandler A ByteBuffer handler
ConnectHandler A handler that signals that a channel is ready to connect.
NioHandler A handler of nio based events.
ReadHandler A handler that signals that data is ready to be read.
SelectorVisitor A visitor of the selectors used by a NioHandler.
SocketChannelHandler A handler for socket operations.
StatisticsHolder A holder of statistics for tasks.
TaskIdentifier Identifier for a long and/or slow operation.
WriteHandler A handler that signals that data is ready to be written.
 

Package org.khelekore.rnio Description

The basic interfaces for rnio.

The main class here is the NioHandler.

Since:
1.0