Uses of Class
com.gargoylesoftware.htmlunit.util.Cookie

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

Uses of Cookie in com.gargoylesoftware.htmlunit
 

Methods in com.gargoylesoftware.htmlunit that return Cookie
 Cookie CookieManager.getCookie(String name)
          Returns the currently configured cookie with the specified name, or null if one does not exist.
 

Methods in com.gargoylesoftware.htmlunit that return types with arguments of type Cookie
 Set<Cookie> CookieManager.getCookies()
          Returns the currently configured cookies, in an unmodifiable set.
 Set<Cookie> CookieManager.getCookies(URL url)
          Returns the currently configured cookies applicable to the specified URL, in an unmodifiable set.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type Cookie
 void CookieManager.addCookie(Cookie cookie)
          Adds the specified cookie.
 void CookieManager.removeCookie(Cookie cookie)
          Removes the specified cookie.
 

Uses of Cookie in com.gargoylesoftware.htmlunit.util
 

Methods in com.gargoylesoftware.htmlunit.util that return types with arguments of type Cookie
static List<Cookie> Cookie.fromHttpClient(List<Cookie> cookies)
          Converts the specified array of HttpClient cookies into a list of cookies.
 

Method parameters in com.gargoylesoftware.htmlunit.util with type arguments of type Cookie
static Cookie[] Cookie.toHttpClient(Collection<Cookie> cookies)
          Converts the specified collection of cookies into an array of HttpClient cookies.
 



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