com.meterware.httpunit.cookies
Class CookieProperties
java.lang.Object
com.meterware.httpunit.cookies.CookieProperties
- public class CookieProperties
- extends java.lang.Object
Controls behavior for cookies.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CookieProperties
public CookieProperties()
reset
public static void reset()
isDomainMatchingStrict
public static boolean isDomainMatchingStrict()
setDomainMatchingStrict
public static void setDomainMatchingStrict(boolean domainMatchingStrict)
isPathMatchingStrict
public static boolean isPathMatchingStrict()
setPathMatchingStrict
public static void setPathMatchingStrict(boolean pathMatchingStrict)
addCookieListener
public static void addCookieListener(CookieListener listener)
- Adds a listener for cookie events.
reportCookieRejected
public static void reportCookieRejected(int reason,
java.lang.String attribute,
java.lang.String source)