168169170171172173174175
} while (waittime > 0); // timeout reached isDone = true; throw new SocketTimeoutException("receive timeout " + DataConverter.toFormatedDuration(unit.toMillis(timeout)) + " reached"); } }
297298299300301302303304305
String msg = "[" + getId() + "] send timeout " + DataConverter.toFormatedDuration(sendTimeoutMillis) + " reached)"; if (LOG.isLoggable(Level.FINE)) { LOG.fine(msg); } throw new SocketTimeoutException(msg); } } }
148149150151152153154
if (LOG.isLoggable(Level.FINE)) { LOG.fine("receive timeout " + receiveTimeoutSec + " sec reached. throwing timeout exception"); } throw new SocketTimeoutException("timeout " + receiveTimeoutSec + " sec reached"); }
209210211212213214215
242243244245246247248
289290291292293294295
372373374375376377378
409410411412413414415
446447448449450451452
482483484485486487488