Alias for our non-interactive handler delegate.
Alias for our interactive handler delegate.
Alias for the type of handler delegate which accepts the socket instance for direct control over it
Register a command and a handler the registry.
Registers a command and the raw socket handler with the registry
Register a command and interactive handler to the unix listener.
Receives all commands from the socket and splits the command by " ". If a matching command is registered then the command will be called with the remaining arguments. This method will be called by the UnixSocketListener whenever a command is received.
Register a command and handler to the unix listener.
ditto