Searched refs:STATE_FLUSHING (Results 1 – 2 of 2) sorted by relevance
256 _state = STATE_FLUSHING; in sendResponse()394 _state = STATE_FLUSHING; in completeHeader()791 if (_state < STATE_FLUSHING) in complete()793 _state = STATE_FLUSHING; in complete()876 … if (_content != null && _content.length() < _buffer.space() && _state != STATE_FLUSHING) in flushBuffer()888 if (_state == STATE_FLUSHING) in flushBuffer()
48 public final static int STATE_FLUSHING = 3; field in AbstractGenerator145 if(_state>=STATE_FLUSHING) in resetBuffer()