Method Summary |
|
public static void | addCookieListener(CookieListener listener) Adds a listener for cookie events. |
public static boolean | isDomainMatchingStrict() Returns true (the default) if cookies should be rejected if they specify a domain which is not a suffix
of the host domain or does not contain all of the dots in that host domain name
(see RFC2965). |
public static boolean | isPathMatchingStrict() Returns true (the default) if cookies should be rejected if they specify a path which is not a prefix
of the request path (see RFC2965). |
public static void | reportCookieRejected(int reason, String attribute, String source) |
public static void | reset() |
public static void | setDomainMatchingStrict(boolean domainMatchingStrict) Specifies whether strict domain name matching must be followed. |
public static void | setPathMatchingStrict(boolean pathMatchingStrict) Specifies whether strict path name matching must be followed. |