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

Method values

java/org/apache/tomcat/util/http/MimeHeaders.java:270–272  ·  view source on GitHub ↗

Get the values for a header name. @param name the header name @return the enumeration of values

(String name)

Source from the content-addressed store, hash-verified

268 * @return the enumeration of values
269 */
270 public Enumeration<String> values(String name) {
271 return new ValuesEnumerator(this, name);
272 }
273
274 // -------------------- Adding headers --------------------
275

Callers 15

toStringMethod · 0.95
useCompressionMethod · 0.95
prepareRequestMethod · 0.95
clearMethod · 0.45
closeMethod · 0.45
listAllObjectsMethod · 0.45
closeMethod · 0.45
getNumIdleMethod · 0.45
getNumWaitersMethod · 0.45
hasBorrowWaitersMethod · 0.45
listAllObjectsMethod · 0.45
useMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected