Package marauroa.server.net.nio


package marauroa.server.net.nio
The package stores the TCP implementation of a network server manager.

This is a NIO implementation of a TCP network server manager.
It uses new classes introduced in Java 1.4 to do non blocking network connections using TCP.