2425262728293031323334
public void onDisconnect(SocketEvent e) { System.out.println("Disconnected!"); } }); connection.connect(); connection.start(); try { connection.sendData("GET /index.html HTTP/1.0\n"); Thread.sleep(4000); connection.disconnect();