7273747576777879808182
final Client client = new Client(); client.start(); client.connect(1_000, "localhost", 12_345); // send some messages client.sendTCP("hallo"); client.sendTCP("bye"); // force disconnect listener.disconnect(client);
7374757677787980818283
client.start(); client.connect(1_000, "localhost", 12_345); // send some messages client.sendTCP("hallo"); client.sendTCP("bye"); // force disconnect listener.disconnect(client);