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

Method getEntries

java/org/apache/tomcat/util/http/parser/Ranges.java:58–60  ·  view source on GitHub ↗

Returns the list of range entries. @return an unmodifiable list of range entries

()

Source from the content-addressed store, hash-verified

56 * @return an unmodifiable list of range entries
57 */
58 public List<Entry> getEntries() {
59 return entries;
60 }
61
62 /**
63 * Returns the range units (e.g., "bytes").

Callers 8

testValid01Method · 0.95
testValid02Method · 0.95
testValid03Method · 0.95
testValid04Method · 0.95
serveResourceMethod · 0.95
compareRangesMethod · 0.80
validateMethod · 0.80
copyMethod · 0.80

Calls

no outgoing calls

Tested by 5

testValid01Method · 0.76
testValid02Method · 0.76
testValid03Method · 0.76
testValid04Method · 0.76
compareRangesMethod · 0.64