Searched refs:isBufferFull (Results 1 – 4 of 4) sorted by relevance
145 while (_generator.isBufferFull()) in write()164 else if (_generator.isBufferFull()) in write()
60 boolean isBufferFull(); in isBufferFull() method
381 public boolean isBufferFull() in isBufferFull() method in AbstractGenerator441 … if (content!=null && content.length()>0 || buffer!=null && buffer.length()>0 || isBufferFull()) in flush()
302 public boolean isBufferFull() in isBufferFull() method in HttpGenerator305 …return super.isBufferFull() || _bufferChunked || _bypass || (_contentLength == HttpTokens.CHUNKED… in isBufferFull()