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.
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.