Uses of Class
org.htmlunit.CookieManager
-
Packages that use CookieManager Package Description org.htmlunit Framework classes (contains theWebClientclass 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 CookieManagerWebClient. cookieManager_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. -
Uses of CookieManager in org.htmlunit.httpclient
Fields in org.htmlunit.httpclient declared as CookieManager Modifier and Type Field Description private CookieManagerHtmlUnitCookieStore. manager_Constructors in org.htmlunit.httpclient with parameters of type CookieManager Constructor Description HtmlUnitCookieStore(CookieManager manager)Constructor.
-