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 TypeClassDescriptionclassclassclassclassclassclassclassDeprecated.(4.4) no longer used.classclassclassclassWraps aCookieAttributeHandlerand leverages its match method to never match a suffix from a black list.classclassclass"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 CommonCookieAttributeHandlerPublicSuffixDomainFilter.decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) Methods in org.apache.http.impl.cookie with parameters of type CommonCookieAttributeHandlerModifier and TypeMethodDescriptionstatic CommonCookieAttributeHandlerPublicSuffixDomainFilter.decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) Constructors in org.apache.http.impl.cookie with parameters of type CommonCookieAttributeHandlerModifierConstructorDescriptionprotectedAbstractCookieSpec(CommonCookieAttributeHandler... handlers) protectedCookieSpecBase(CommonCookieAttributeHandler... handlers) PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixList suffixList) PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) protectedRFC2109Spec(boolean oneHeader, CommonCookieAttributeHandler... handlers) protectedRFC6265CookieSpec(CommonCookieAttributeHandler... handlers)