23242526272829
case 2: IPaddress = args[0]; port = Integer.valueOf(args[1].trim()).intValue(); break; } servProtocol = new ClientProtocol(IPaddress, port); }