Returns a boolean indicating if the response has been committed. A committed response has already had its status code and headers written. @return a boolean indicating if the response has been committed @see #setBufferSize @see #getBufferSize @see #flushBuffer @see #reset
()
| 301 | * @see #reset |
| 302 | */ |
| 303 | boolean isCommitted(); |
| 304 | |
| 305 | /** |
| 306 | * Clears any data that exists in the buffer as well as the status code and headers. If the response has been |
no outgoing calls