170171172173174175176177178179180
if(sbResult.toString() != null) { formatter.appendLine(sbResult.toString()); } formatter.endBody(); httpResponse.println(formatter.toString()); } /* * As a result of the POST query, we currently only send back some
213214215216217218219220221222223
if(sbResult.toString() != null) { formatter.appendLine(sbResult.toString()); } formatter.endBody(); httpResponse.println(formatter.toString()); } private String handleNodeDetails()
165166167168169170171172173174175
208209210211212213214215216217218