MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getCookieManager

Method getCookieManager

src/main/java/org/htmlunit/WebClient.java:838–840  ·  view source on GitHub ↗

Returns the cookie manager used by this web client. @return the cookie manager used by this web client

()

Source from the content-addressed store, hash-verified

836 * @return the cookie manager used by this web client
837 */
838 public CookieManager getCookieManager() {
839 return cookieManager_;
840 }
841
842 /**
843 * Sets the cookie manager used by this web client.

Callers 15

emptyPutMethod · 0.95
cookie_nullValueMethod · 0.95
cookie_maxAgeMinusOneMethod · 0.95
cookie_readMethod · 0.95
getCookiesMethod · 0.95
addCookieMethod · 0.95
sameSiteMethod · 0.80

Calls

no outgoing calls