6970717273747576
IOUtils.closeQuietly(content); return eventParser.parse(writer.toString()); } return null; } catch (Exception e) { throw new EventTaskProcessException(e); } }
8586878889909192
HttpResponse response = httpClient.execute(new HttpGet(uri)); if (response.getStatusLine().getStatusCode() == HttpStatus.SC_OK) { } } catch (Exception e) { throw new EventTaskProcessException(e); } }