Searched refs:_ishut (Results 1 – 5 of 5) sorted by relevance
35 boolean _ishut; field in StreamEndPoint81 if (_ishut && _out!=null) in shutdownOutput()87 return _ishut; in isInputShutdown()92 _ishut = true; in shutdownInput()126 if (_ishut) in fill()
61 _ishut=false; in setInput()
52 private volatile boolean _ishut; field in ChannelEndPoint119 _ishut = true; in shutdownChannelInput()177 if (_ishut) in shutdownChannelOutput()201 return _ishut || !_channel.isOpen() || _socket != null && _socket.isInputShutdown(); in isInputShutdown()218 if (_ishut) in fill()
67 private boolean _ishut; field in SslConnection210 if (!_ishut && _sslEndPoint.isInputShutdown() && _sslEndPoint.isOpen()) in handle()212 _ishut=true; in handle()860 _ishut, _oshut, in toString()
93 private boolean _ishut; field in SelectChannelEndPoint732 if (!_ishut && isInputShutdown() && isOpen()) in handle()734 _ishut=true; in handle()