194195196197198199200201202203204
if (clientThread == null) { return false; } try { clientThread.send(obj); return true; } catch (IOException ex) { if (NetworkControl.wasCausedByClosedSocket(ex)) { logger.info("Client closed the connection"); return false;