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. @throws IOException if an I/O occurs during the flushing of the response @see #setBufferSize @see #getBufferSize @see #isComm
()
| 275 | * @see #reset |
| 276 | */ |
| 277 | void flushBuffer() throws IOException; |
| 278 | |
| 279 | /** |
| 280 | * Clears the content of the underlying buffer in the response without clearing headers or status code. If the |
no outgoing calls