251252253254255256257258259260261
while (timeout == 0 || wait > 0) { try { sockets.wait(wait); break; } catch (InterruptedException e) { log.debug("unexpected interrupt");
463464465466467468469470471472473
{ synchronized (sockets) { try { sockets.wait(1000); } catch (InterruptedException e) { log.debug("unexpected interrupt"); }
253254255256257258259260261262263
467468469470471472473474475476477
254255256257258259260261262263264
472473474475476477478479480481482
194195196197198199200201202203204
/* */ /* 254 */ while ((this.timeout == 0) || (wait > 0L)) /* */ { /* */ try /* */ { /* 258 */ sockets.wait(wait); /* */ } /* */ catch (InterruptedException e) /* */ { /* 263 */ log.debug("unexpected interrupt"); /* 264 */ if (this.timeout > 0) {
398399400401402403404405406407408
/* */ { /* 468 */ synchronized (sockets) /* */ { /* */ try /* */ { /* 472 */ sockets.wait(1000L); /* */ } /* */ catch (InterruptedException e) /* */ { /* 476 */ log.debug("unexpected interrupt"); /* */ }
294295296297298299300301302303304
533534535536537538539540541542543
{ synchronized (sockets) { try { sockets.wait(1000); } catch (InterruptedException e) { log.debug(this + " unexpected interrupt"); }