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

Method names

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

Returns an enumeration of strings representing the header field names. Field names may appear multiple times in this enumeration, indicating that multiple fields with that name exist in this header. @return the enumeration

()

Source from the content-addressed store, hash-verified

259 * @return the enumeration
260 */
261 public Enumeration<String> names() {
262 return new NamesEnumerator(this);
263 }
264
265 /**
266 * Get the values for a header name.

Callers 5

testNamesEnumeratorMethod · 0.95
toStringMethod · 0.95
validateRequestMethod · 0.95
getHeaderNamesMethod · 0.80

Calls

no outgoing calls

Tested by 2

testNamesEnumeratorMethod · 0.76