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

Method getCookies

java/org/apache/catalina/connector/Request.java:2068–2074  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2066
2067
2068 @Override
2069 public Cookie[] getCookies() {
2070 if (!cookiesConverted) {
2071 convertCookies();
2072 }
2073 return cookies;
2074 }
2075
2076
2077 /**

Callers

nothing calls this directly

Calls 1

convertCookiesMethod · 0.95

Tested by

no test coverage detected