Class AFUNIXSocketServer


@Deprecated public abstract class AFUNIXSocketServer extends SocketServer<SocketAddress, Socket, ServerSocket>
Deprecated.
A base implementation for a simple, multi-threaded socket server. This class supports both AF_UNIX and "regular" sockets.
Author:
Christian Kohlschütter