flushBuffer() API文档中文翻译
public void flushBuffer() throws IOException;
/**
* Forces any content in the buffer to be written to the client. A call
该方法会逼使缓存区中的任何内容被写入到客户端中,
* to this method automatically commits the response, meaning the status
对该方法的调用会自动提交相应
* code and headers will be written.
意味着状态码和相应头也会被写入响应
*
参见其他方法
* @see #setBufferSize
* @see #getBufferSize
* @see #isCommitted
* @see #reset
*
*/
还没有评论,来说两句吧...