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

Method getContentLength

java/org/apache/coyote/RequestInfo.java:175–177  ·  view source on GitHub ↗

Return the content length. @return the content length

()

Source from the content-addressed store, hash-verified

173 * @return the content length
174 */
175 public int getContentLength() {
176 return req.getContentLength();
177 }
178
179 /**
180 * Return the bytes received for the current request.

Callers

nothing calls this directly

Calls 1

getContentLengthMethod · 0.65

Tested by

no test coverage detected