logger.info(CONNECTION_CLOSED_FROM_MESSAGE + getRemoteHost());
break;
}
// Get command executer
TelnetCommand telnetCommand = commandFactory.getCommand(command);
// Invalid command
if (telnetCommand == null) {
response = INVALID_COMMAND_MESSAGE + command;
}
// Execute the command