Class AbstractCookieAttributeHandler

java.lang.Object
org.apache.http.impl.cookie.AbstractCookieAttributeHandler
All Implemented Interfaces:
CookieAttributeHandler
Direct Known Subclasses:
BasicCommentHandler, BasicExpiresHandler, BasicMaxAgeHandler, BasicSecureHandler, BrowserCompatVersionAttributeHandler, LaxExpiresHandler, LaxMaxAgeHandler, RFC2109VersionHandler

@Contract(threading=IMMUTABLE) public abstract class AbstractCookieAttributeHandler extends Object implements CookieAttributeHandler
Since:
4.0
  • Constructor Details

    • AbstractCookieAttributeHandler

      public AbstractCookieAttributeHandler()
  • Method Details