Build m5-rc15

org.apache.http.impl.cookie
Class AbstractCookieAttributeHandler

java.lang.Object
  extended by 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


Constructor Summary
AbstractCookieAttributeHandler()
           
 
Method Summary
 boolean match(Cookie cookie, CookieOrigin origin)
           
 void validate(Cookie cookie1, CookieOrigin cookieorigin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.http.cookie.CookieAttributeHandler
parse
 

Constructor Detail

AbstractCookieAttributeHandler

public AbstractCookieAttributeHandler()
Method Detail

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

Build m5-rc15

Please submit a feedback, bug or feature