ocean ~master (2025-12-21T07:04:04.4212625)
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[string] handlers, BasicCommandHandler.InteractiveHandler[string] interactive_handlers, string address_path);
this
(FinalizeDg finalize_dg, EpollSelectDispatcher epoll, BasicCommandHandler.Handler[string] handlers, cstring address_path);
}
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
Source
See Implementation
ocean
net
server
unix
UnixConnectionHandler
classes
BasicCommandHandler
UnixConnectionHandler
UnixSocketConnectionHandler
Provides default functionality for handling unix socket commands.