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.
-
InterfaceDescriptionThis interface should be implemented by all the classes that are added as workers to NIOServer
-
ClassDescriptionThis 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, ...