flushBuffer() API文档中文翻译

水深无声 2022-05-18 05:11 347阅读 0赞

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
*
*/

发表评论

表情:
评论列表 (有 0 条评论,347人围观)

还没有评论,来说两句吧...

相关阅读