Package org.apache.http.cookie
Interface CommonCookieAttributeHandler
-
- All Superinterfaces:
CookieAttributeHandler
- All Known Implementing Classes:
BasicCommentHandler,BasicDomainHandler,BasicExpiresHandler,BasicMaxAgeHandler,BasicPathHandler,BasicSecureHandler,BrowserCompatVersionAttributeHandler,LaxExpiresHandler,LaxMaxAgeHandler,NetscapeDomainHandler,PublicSuffixDomainFilter,RFC2109DomainHandler,RFC2109VersionHandler,RFC2965CommentUrlAttributeHandler,RFC2965DiscardAttributeHandler,RFC2965DomainAttributeHandler,RFC2965PortAttributeHandler,RFC2965VersionAttributeHandler
public interface CommonCookieAttributeHandler extends CookieAttributeHandler
Extension ofCookieAttributeHandlerintended to handle one specific common attribute whose name is returned withgetAttributeName()method.- Since:
- 4.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAttributeName()-
Methods inherited from interface org.apache.http.cookie.CookieAttributeHandler
match, parse, validate
-
-