2627282930313233343536
JSONObject jsonObject = (JSONObject) args[0]; System.out.println(jsonObject); } }); socket.connect(); // Demonstrate for 30 seconds. TimeUnit.SECONDS.sleep(30); socket.disconnect();