UnixConnectionHandler

Provides default functionality for handling unix socket commands.

Constructors

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

Constructor.

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

Constructor.

Meta