UnixConnectionHandler

Provides default functionality for handling unix socket commands.

Constructors

this
this(FinalizeDg finalize_dg, EpollSelectDispatcher epoll, BasicCommandHandler.Handler[string] handlers, BasicCommandHandler.InteractiveHandler[string] interactive_handlers, string address_path)

Constructor.

this
this(FinalizeDg finalize_dg, EpollSelectDispatcher epoll, BasicCommandHandler.Handler[string] handlers, cstring address_path)

Constructor.

Meta