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

Method setCookieManager

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

Sets the cookie manager used by this web client. @param cookieManager the cookie manager used by this web client

(final CookieManager cookieManager)

Source from the content-addressed store, hash-verified

844 * @param cookieManager the cookie manager used by this web client
845 */
846 public void setCookieManager(final CookieManager cookieManager) {
847 WebAssert.notNull("cookieManager", cookieManager);
848 cookieManager_ = cookieManager;
849 }
850
851 /**
852 * Sets the alert handler for this webclient.

Callers

nothing calls this directly

Calls 1

notNullMethod · 0.95

Tested by

no test coverage detected