Uses of Interface
org.apache.http.cookie.CommonCookieAttributeHandler
-
Packages that use CommonCookieAttributeHandler Package Description org.apache.http.impl.cookie Default implementations of standard and common HTTP state management policies. -
-
Uses of CommonCookieAttributeHandler in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement CommonCookieAttributeHandler Modifier and Type Class Description class
BasicCommentHandler
class
BasicDomainHandler
class
BasicExpiresHandler
class
BasicMaxAgeHandler
class
BasicPathHandler
class
BasicSecureHandler
class
BrowserCompatVersionAttributeHandler
Deprecated.(4.4) no longer used.class
LaxExpiresHandler
class
LaxMaxAgeHandler
class
NetscapeDomainHandler
class
PublicSuffixDomainFilter
Wraps aCookieAttributeHandler
and leverages its match method to never match a suffix from a black list.class
RFC2109DomainHandler
class
RFC2109VersionHandler
class
RFC2965CommentUrlAttributeHandler
"CommentURL"
cookie attribute handler for RFC 2965 cookie spec.class
RFC2965DiscardAttributeHandler
"Discard"
cookie attribute handler for RFC 2965 cookie spec.class
RFC2965DomainAttributeHandler
"Domain"
cookie attribute handler for RFC 2965 cookie spec.class
RFC2965PortAttributeHandler
"Port"
cookie attribute handler for RFC 2965 cookie spec.class
RFC2965VersionAttributeHandler
"Version"
cookie attribute handler for RFC 2965 cookie spec.Methods in org.apache.http.impl.cookie that return CommonCookieAttributeHandler Modifier and Type Method Description static CommonCookieAttributeHandler
PublicSuffixDomainFilter. decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)
Methods in org.apache.http.impl.cookie with parameters of type CommonCookieAttributeHandler Modifier and Type Method Description static CommonCookieAttributeHandler
PublicSuffixDomainFilter. decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)
Constructors in org.apache.http.impl.cookie with parameters of type CommonCookieAttributeHandler Constructor Description AbstractCookieSpec(CommonCookieAttributeHandler... handlers)
CookieSpecBase(CommonCookieAttributeHandler... handlers)
PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixList suffixList)
PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)
RFC2109Spec(boolean oneHeader, CommonCookieAttributeHandler... handlers)
RFC6265CookieSpec(CommonCookieAttributeHandler... handlers)
-