Class NullServer


public final class NullServer extends SocketServer<SocketAddress, Socket, ServerSocket>
A multi-threaded unix socket server that simply reads all input, byte per byte, not doing anything else with it.
Author:
Christian Kohlschütter