Uses of Class
org.htmlunit.CookieManager
Packages that use CookieManager
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).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 CookieManagerMethods in org.htmlunit that return CookieManagerModifier and TypeMethodDescriptionWebClient.getCookieManager()
Returns the cookie manager used by this web client.Methods in org.htmlunit with parameters of type CookieManagerModifier and TypeMethodDescriptionvoid
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 CookieManagerConstructors in org.htmlunit.httpclient with parameters of type CookieManager