MCPcopy Create free account
hub / github.com/apache/tomcat / isCommitted

Method isCommitted

java/jakarta/servlet/ServletResponse.java:303–303  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 15

writeToGZipMethod · 0.65
doPostMethod · 0.65
doPostMethod · 0.65
onTimeoutMethod · 0.65
doReadMethod · 0.65
actionMethod · 0.65
doWriteMethod · 0.65
sendAckMethod · 0.65
serviceMethod · 0.65
ackMethod · 0.65
doWriteMethod · 0.65

Implementers 4

ServletResponseWrapperjava/jakarta/servlet/ServletResponseWr
TesterHttpServletResponsetest/org/apache/catalina/filters/Teste
Responsejava/org/apache/catalina/connector/Res
ResponseFacadejava/org/apache/catalina/connector/Res

Calls

no outgoing calls

Tested by 3

doPostMethod · 0.52
doPostMethod · 0.52
onTimeoutMethod · 0.52