Package org.szegedi.nioserver

Interface Summary
Log Interface for NioServer logging adapters.
ProtocolHandler Interface for objects that service read and write operations on a socket for a single connection.
ProtocolHandlerFactory An interface for factories of protocol handlers.
 

Class Summary
NioServer The runtime class for non-blocking servers.
ServerSocketConfiguration Specifies the characteristics of a server socket.
Service The Service class represents each service that was registered with a NioServer.
TestNioServer The JUnit test suite for testing NioServer functionality.
TestPlatform