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

Method getRequestBytesReceived

java/org/apache/coyote/RequestInfo.java:184–186  ·  view source on GitHub ↗

Return the bytes received for the current request. @return the bytes received

()

Source from the content-addressed store, hash-verified

182 * @return the bytes received
183 */
184 public long getRequestBytesReceived() {
185 return req.getBytesRead();
186 }
187
188 /**
189 * Return the bytes sent for the current request.

Callers

nothing calls this directly

Calls 1

getBytesReadMethod · 0.45

Tested by

no test coverage detected