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