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

Method getValue

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

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

()

Source from the content-addressed store, hash-verified

74 * @return the cookie value
75 */
76 public MessageBytes getValue() {
77 return value;
78 }
79
80
81 // -------------------- utils --------------------

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