UnixSocketListener

Constructors

this
this(cstring address_path, EpollSelectDispatcher epoll, CommandHandlerType handler, int mode)

Constructor.

Members

Functions

shutdown
void shutdown()

Deletes the socket file on shutdown.

Parameters

CommandHandlerType

The request handler to use when processing commands. The type is passed as the template argument of UnixConnectionHandler and is assumed to have a callable member `void handle ( cstring, cstring, void delegate ( cstring ), void delegate ( ref mstring ))`.

Meta