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.

  • Interface Summary
    Interface
    Description
    This interface should be implemented by all the classes that are added as workers to NIOServer
  • Class Summary
    Class
    Description
    This class notify the NIO Server about a change request on one of the sockets.
    A basic implementation of a flooding check.
    This is the implementation of a worker that sends messages, receives them, ...