166167168169170171172173174175176
if (_endp.isBlocking()) this.notify(); else { SelectChannelEndPoint scep = (SelectChannelEndPoint)_endp; scep.scheduleWrite(); } if (!_endp.isBlocking()) _destination.getHttpClient().schedule(_timeout);
126127128129130131132133134135136
this.notify(); } else { SelectChannelEndPoint scep = (SelectChannelEndPoint)_endp; scep.scheduleWrite(); } long exchTimeout = _exchange.getTimeout(); if (exchTimeout > 0)