UnixListener

Provides default functionality for handling unix socket commands.

Constructors

this
this(cstring address_path, EpollSelectDispatcher epoll, BasicCommandHandler.Handler[istring] handlers, int mode)

Constructor to create the basic command handler directly from an array of handlers.

this
this(istring address_path, EpollSelectDispatcher epoll, BasicCommandHandler.Handler[istring] handlers, BasicCommandHandler.InteractiveHandler[istring] interactive_handlers, int mode)

Constructor to create the basic command handler directly from an array of handlers with support for interactive sessions.

Members

Variables

handler
BasicCommandHandler handler;

Provide basic command handling functionality.

Meta