Interface RequestHandler

    • Method Detail

      • handleCmd

        String handleCmd​(Socket socket,
                         String cmd)
        Handle a command that was sent by an incoming request.
        Parameters:
        socket - The socket that is handling the communication with the remote client
        cmd - The command
        Returns:
        The answer