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

Method getContentLength

java/org/apache/catalina/WebResource.java:92–92  ·  view source on GitHub ↗

Returns the content length of this resource. @return java.io.File#length().

()

Source from the content-addressed store, hash-verified

90 * @return {@link java.io.File#length()}.
91 */
92 long getContentLength();
93
94 /**
95 * Returns the canonical path of this resource.

Callers 15

testGetResourceFileMethod · 0.95
resolveResourceMethod · 0.95
validateResourceMethod · 0.95
doPropfindMethod · 0.95
serveResourceMethod · 0.95
renderXmlMethod · 0.95
doPostMethod · 0.65
testContentLengthMethod · 0.65
contentLengthMethod · 0.65
getContentLengthMethod · 0.65

Implementers 3

CachedResourcejava/org/apache/catalina/webresources/
AbstractResourcejava/org/apache/catalina/webresources/
EmptyResourcejava/org/apache/catalina/webresources/

Calls

no outgoing calls