org.apache.http.impl.cookie
Class AbstractCookieAttributeHandlerHC4

java.lang.Object
  extended by org.apache.http.impl.cookie.AbstractCookieAttributeHandlerHC4
All Implemented Interfaces:
org.apache.http.cookie.CookieAttributeHandler
Direct Known Subclasses:
BasicCommentHandlerHC4, BasicExpiresHandlerHC4, BasicMaxAgeHandlerHC4, BasicSecureHandlerHC4, BrowserCompatVersionAttributeHandler, RFC2109VersionHandlerHC4

@Immutable
public abstract class AbstractCookieAttributeHandlerHC4
extends java.lang.Object
implements org.apache.http.cookie.CookieAttributeHandler

Since:
4.0

Constructor Summary
AbstractCookieAttributeHandlerHC4()
           
 
Method Summary
 boolean match(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin)
           
 void validate(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin)
           
 
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

AbstractCookieAttributeHandlerHC4

public AbstractCookieAttributeHandlerHC4()
Method Detail

validate

public void validate(org.apache.http.cookie.Cookie cookie,
                     org.apache.http.cookie.CookieOrigin origin)
              throws org.apache.http.cookie.MalformedCookieException
Specified by:
validate in interface org.apache.http.cookie.CookieAttributeHandler
Throws:
org.apache.http.cookie.MalformedCookieException

match

public boolean match(org.apache.http.cookie.Cookie cookie,
                     org.apache.http.cookie.CookieOrigin origin)
Specified by:
match in interface org.apache.http.cookie.CookieAttributeHandler