Uses of Class
org.htmlunit.util.Cookie
Packages that use Cookie
-
Uses of Cookie in org.htmlunit
Methods in org.htmlunit that return CookieModifier and TypeMethodDescriptionReturns the currently configured cookie with the specified name, ornullif one does not exist.Methods in org.htmlunit that return types with arguments of type CookieModifier and TypeMethodDescriptionCookieManager.getCookies()Returns the currently configured cookies, in an unmodifiable set.WebClient.getCookies(URL url) Returns the currently configured cookies applicable to the specified URL, in an unmodifiable set.Methods in org.htmlunit with parameters of type CookieModifier and TypeMethodDescriptionvoidAdds the specified cookie.voidCookieManager.removeCookie(Cookie cookie) Removes the specified cookie.