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

Method getBytesRead

java/org/apache/coyote/Request.java:1321–1323  ·  view source on GitHub ↗

Return the number of bytes read. @return the bytes read

()

Source from the content-addressed store, hash-verified

1319 * @return the bytes read
1320 */
1321 public long getBytesRead() {
1322 return bytesRead;
1323 }
1324
1325 /**
1326 * Check if the request is currently being processed.

Callers 4

doReadMethod · 0.95
updateCountersMethod · 0.45
checkMaxSwallowSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected