ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
UnixConnectionHandler
ocean
net
server
unix
UnixConnectionHandler
Provides default functionality for handling unix socket commands.
class
UnixConnectionHandler : UnixSocketConnectionHandler!(BasicCommandHandler) {
this
(FinalizeDg finalize_dg, EpollSelectDispatcher epoll, BasicCommandHandler.Handler[istring] handlers, BasicCommandHandler.InteractiveHandler[istring] interactive_handlers, istring address_path);
this
(FinalizeDg finalize_dg, EpollSelectDispatcher epoll, BasicCommandHandler.Handler[istring] handlers, cstring address_path);
}
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
Source
See Implementation
ocean
net
server
unix
UnixConnectionHandler
classes
BasicCommandHandler
UnixConnectionHandler
UnixSocketConnectionHandler
Provides default functionality for handling unix socket commands.