Class OperaNewCookieStrategy
- java.lang.Object
-
- ch.supertomcat.supertomcatutils.http.cookies.opera.newformat.OperaNewCookieStrategy
-
- All Implemented Interfaces:
CookieStrategy
public class OperaNewCookieStrategy extends Object implements CookieStrategy
Strategy for Opera (from Version 13 or higher) Cookies in new format
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOOKIE_FILE_OPERA_NEW_KEYKey for cookie file option
-
Constructor Summary
Constructors Constructor Description OperaNewCookieStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BrowserCookie>getCookies(String url, String domain, String[] hosts, String[] paths, Map<String,String> options)Returns the cookies for the given URL
-
-
-
Field Detail
-
COOKIE_FILE_OPERA_NEW_KEY
public static final String COOKIE_FILE_OPERA_NEW_KEY
Key for cookie file option- See Also:
- Constant Field Values
-
-
Method Detail
-
getCookies
public List<BrowserCookie> getCookies(String url, String domain, String[] hosts, String[] paths, Map<String,String> options)
Description copied from interface:CookieStrategyReturns the cookies for the given URL- Specified by:
getCookiesin interfaceCookieStrategy- Parameters:
url- URLdomain- Domainhosts- Hostspaths- Pathsoptions- Options- Returns:
- Cookies
-
-