reset()API中文翻译

淡淡的烟草味﹌ 2022-05-18 05:10 359阅读 0赞

public void reset();
/**
* Clears any data that exists in the buffer as well as the status code and
清除所有存在于缓存区的数据也清除状态码和头信息
* headers. If the response has been committed, this method throws an
如果想相应已经被提交,该方法会被返回一个异常IllegalStateException
* IllegalStateException.
*
* @exception IllegalStateException if the response has already been
* committed
*
参见其他方法
* @see #setBufferSize
* @see #getBufferSize
* @see #flushBuffer
* @see #isCommitted
*
*/

发表评论

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

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

相关阅读