the file path i.e. address of the Unix domain server socket
the EpollSelectDispatcher instance to use for I/O (connection handler parameter)
Command handler.
mode to apply after binding the socket file
Exception if - path is too long; path.length must be less than UNIX_PATH_MAX, - an error occurred creating or binding the server socket.
Constructor.
address_path is a file path that serves as the Unix domain server socket address. If it exists, it will be deleted and recreated.