Uses of Class
org.htmlunit.CookieManager
-
Packages that use CookieManager Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.httpclient All the customizations we did to make HttpClient behave like a real browser. -
-
Uses of CookieManager in org.htmlunit
Fields in org.htmlunit declared as CookieManager Modifier and Type Field Description private CookieManager
WebClient. cookieManager_
Methods in org.htmlunit that return CookieManager Modifier and Type Method Description CookieManager
WebClient. getCookieManager()
Returns the cookie manager used by this web client.Methods in org.htmlunit with parameters of type CookieManager Modifier and Type Method Description void
WebClient. setCookieManager(CookieManager cookieManager)
Sets the cookie manager used by this web client. -
Uses of CookieManager in org.htmlunit.httpclient
Fields in org.htmlunit.httpclient declared as CookieManager Modifier and Type Field Description private CookieManager
HtmlUnitCookieStore. manager_
Constructors in org.htmlunit.httpclient with parameters of type CookieManager Constructor Description HtmlUnitCookieStore(CookieManager manager)
Constructor.
-