Uses of Interface
org.apache.http.cookie.CommonCookieAttributeHandler
Packages that use CommonCookieAttributeHandler
Package
Description
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 CommonCookieAttributeHandlerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Deprecated.(4.4) no longer used.class
class
class
class
Wraps aCookieAttributeHandler
and leverages its match method to never match a suffix from a black list.class
class
class
"CommentURL"
cookie attribute handler for RFC 2965 cookie spec.class
"Discard"
cookie attribute handler for RFC 2965 cookie spec.class
"Domain"
cookie attribute handler for RFC 2965 cookie spec.class
"Port"
cookie attribute handler for RFC 2965 cookie spec.class
"Version"
cookie attribute handler for RFC 2965 cookie spec.Methods in org.apache.http.impl.cookie that return CommonCookieAttributeHandlerModifier and TypeMethodDescriptionstatic CommonCookieAttributeHandler
PublicSuffixDomainFilter.decorate
(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) Methods in org.apache.http.impl.cookie with parameters of type CommonCookieAttributeHandlerModifier and TypeMethodDescriptionstatic CommonCookieAttributeHandler
PublicSuffixDomainFilter.decorate
(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) Constructors in org.apache.http.impl.cookie with parameters of type CommonCookieAttributeHandlerModifierConstructorDescriptionprotected
AbstractCookieSpec
(CommonCookieAttributeHandler... handlers) protected
CookieSpecBase
(CommonCookieAttributeHandler... handlers) PublicSuffixDomainFilter
(CommonCookieAttributeHandler handler, PublicSuffixList suffixList) PublicSuffixDomainFilter
(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) protected
RFC2109Spec
(boolean oneHeader, CommonCookieAttributeHandler... handlers) protected
RFC6265CookieSpec
(CommonCookieAttributeHandler... handlers)