InputStream inputStream = JXAextensionStream;
if (HTTPConnection instanceof HttpClient) {
if (JXAenvUtils._debugSys) {
System.out.println("Connection with " + HTTPConnection.getClass().getCanonicalName() + " to " + src.toString());
}
getData.getParams().setParameter(HttpMethodParams.RETRY_HANDLER, new DefaultHttpMethodRetryHandler(10, true));
int executeMethod;
try {
executeMethod = HTTPConnection.executeMethod(getData);
if (executeMethod != HttpStatus.SC_OK) {
JXAenvUtils._popExceptionToUser(false, Thread.currentThread(), new HttpException(JXAenvUtils.log("Error occured with HTTP GET connection to " + src, JXAenvUtils.LVL.APP_ERR)));