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

Method isCommitted

java/org/apache/catalina/connector/Response.java:552–555  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

550
551
552 @Override
553 public boolean isCommitted() {
554 return getCoyoteResponse().isCommitted();
555 }
556
557
558 @Override

Callers 15

isAppCommittedMethod · 0.95
resetBufferMethod · 0.95
setBufferSizeMethod · 0.95
setContentLengthLongMethod · 0.95
setContentTypeMethod · 0.95
setCharacterEncodingMethod · 0.95
setLocaleMethod · 0.95
addCookieMethod · 0.95
addDateHeaderMethod · 0.95
addHeaderMethod · 0.95
addIntHeaderMethod · 0.95

Calls 2

getCoyoteResponseMethod · 0.95
isCommittedMethod · 0.65

Tested by

no test coverage detected