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

Method getCookie

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

Returns the cookie at the specified index. @param idx the index of the cookie @return the cookie at the specified index

(int idx)

Source from the content-addressed store, hash-verified

76 * @return the cookie at the specified index
77 */
78 public ServerCookie getCookie(int idx) {
79 return serverCookies[idx];
80 }
81
82
83 /**

Callers 3

testMethod · 0.95
convertCookiesMethod · 0.95
parseSessionCookiesIdMethod · 0.95

Calls

no outgoing calls

Tested by 1

testMethod · 0.76