Uses of Interface
org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler
Packages that use CommonCookieAttributeHandler
Package
Description
Standard and common HTTP cookie management policies.
-
Uses of CommonCookieAttributeHandler in org.apache.hc.client5.http.impl.cookie
Classes in org.apache.hc.client5.http.impl.cookie that implement CommonCookieAttributeHandlerModifier and TypeClassDescriptionclassCookiedomainattribute handler.classCookieexpiresattribute handler.classCookieHttpOnlyattribute handler.classCookiemax-ageattribute handler.classCookiepathattribute handler.classCookiesecureattribute handler.classCookieexpiresattribute handler conformant to the more relaxed interpretation of HTTP state management.classCookiemax-ageattribute handler conformant to the more relaxed interpretation of HTTP state management.classWraps aCookieAttributeHandlerand leverages its match method to never match a suffix from a black list.Fields in org.apache.hc.client5.http.impl.cookie declared as CommonCookieAttributeHandlerModifier and TypeFieldDescriptionprivate final CommonCookieAttributeHandlerPublicSuffixDomainFilter.handlerMethods in org.apache.hc.client5.http.impl.cookie that return CommonCookieAttributeHandlerModifier and TypeMethodDescriptionstatic CommonCookieAttributeHandlerPublicSuffixDomainFilter.decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) Methods in org.apache.hc.client5.http.impl.cookie with parameters of type CommonCookieAttributeHandlerModifier and TypeMethodDescriptionstatic CommonCookieAttributeHandlerPublicSuffixDomainFilter.decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) Constructors in org.apache.hc.client5.http.impl.cookie with parameters of type CommonCookieAttributeHandlerModifierConstructorDescriptionprotectedAbstractCookieSpec(CommonCookieAttributeHandler... handlers) protectedCookieSpecBase(CommonCookieAttributeHandler... handlers) PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixList suffixList) PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) protectedRFC6265CookieSpec(CommonCookieAttributeHandler... handlers) (package private)RFC6265CookieSpecBase(CommonCookieAttributeHandler... handlers) (package private)RFC6265LaxSpec(CommonCookieAttributeHandler... handlers) (package private)RFC6265StrictSpec(CommonCookieAttributeHandler... handlers)