Uses of Class
com.gargoylesoftware.htmlunit.CookieManager
-
Packages that use CookieManager Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of CookieManager in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.htmlunit that return CookieManager Modifier and Type Method Description CookieManagerWebClient. getCookieManager()Returns the cookie manager used by this web client.Methods in com.gargoylesoftware.htmlunit with parameters of type CookieManager Modifier and Type Method Description voidWebClient. setCookieManager(CookieManager cookieManager)Sets the cookie manager used by this web client.
-