Interface CommonCookieAttributeHandler
-
- All Superinterfaces:
CookieAttributeHandler
- All Known Implementing Classes:
BasicDomainHandler,BasicExpiresHandler,BasicHttpOnlyHandler,BasicMaxAgeHandler,BasicPathHandler,BasicSecureHandler,LaxExpiresHandler,LaxMaxAgeHandler,PublicSuffixDomainFilter
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.hc.client5.http.cookie.CookieAttributeHandler
match, parse, validate
-
-