Uses of Class
com.gargoylesoftware.htmlunit.CookieManager

Packages that use CookieManager
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
 

Uses of CookieManager in com.gargoylesoftware.htmlunit
 

Methods in com.gargoylesoftware.htmlunit that return CookieManager
 CookieManager WebClient.getCookieManager()
          Returns the cookie manager used by this web client.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type CookieManager
 void WebClient.setCookieManager(CookieManager cookieManager)
          Sets the cookie manager used by this web client.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.