122123124125126127128129130
throw new IllegalStateException("Arguments not correctly parsed: "+ae, ae); } if (argParser.isTrustAll()) { info.setTrustManager(new BlindApplicationTrustManager()); } info.setConnectTimeout(argParser.getConnectTimeout()); }