if (parts.length == 2) {
            server = parts[0];
            port = Integer.parseInt(parts[1]);
        }