org.apache.http.impl.cookie
Class AbstractCookieAttributeHandler
java.lang.Object
org.apache.http.impl.cookie.AbstractCookieAttributeHandler
- All Implemented Interfaces:
- CookieAttributeHandler
- Direct Known Subclasses:
- BasicCommentHandler, BasicExpiresHandler, BasicMaxAgeHandler, BasicSecureHandler, RFC2109VersionHandler
public abstract class AbstractCookieAttributeHandler
- extends Object
- implements CookieAttributeHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCookieAttributeHandler
public AbstractCookieAttributeHandler()
validate
public void validate(Cookie cookie1,
CookieOrigin cookieorigin)
throws MalformedCookieException
- Specified by:
validate in interface CookieAttributeHandler
- Throws:
MalformedCookieException
match
public boolean match(Cookie cookie,
CookieOrigin origin)
- Specified by:
match in interface CookieAttributeHandler
Please submit a feedback, bug or feature