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

Method getName

java/org/apache/tomcat/util/http/ServerCookie.java:67–69  ·  view source on GitHub ↗

Returns the name of this cookie as a MessageBytes object. @return the cookie name

()

Source from the content-addressed store, hash-verified

65 * @return the cookie name
66 */
67 public MessageBytes getName() {
68 return name;
69 }
70
71 /**
72 * Returns the value of this cookie as a {@link MessageBytes} object.

Callers 5

testMethod · 0.95
toStringMethod · 0.95
parseCookieMethod · 0.95
convertCookiesMethod · 0.95
parseSessionCookiesIdMethod · 0.95

Calls

no outgoing calls

Tested by 1

testMethod · 0.76