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

Method getContentWritten

java/org/apache/catalina/connector/Response.java:234–236  ·  view source on GitHub ↗

Return the number of bytes the application has actually written to the output stream. This excludes chunking, compression, etc. as well as headers. @return the number of bytes the application has actually written to the output stream

()

Source from the content-addressed store, hash-verified

232 * @return the number of bytes the application has actually written to the output stream
233 */
234 public long getContentWritten() {
235 return outputBuffer.getContentWritten();
236 }
237
238
239 /**

Callers 6

isAppCommittedMethod · 0.95
checkRecycledMethod · 0.95
reportMethod · 0.45
reportMethod · 0.45
reportMethod · 0.45
serveResourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected