Uses of Interface
org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler
-
Packages that use CommonCookieAttributeHandler Package Description org.apache.hc.client5.http.impl.cookie 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 CommonCookieAttributeHandler Modifier and Type Class Description classBasicDomainHandlerCookiedomainattribute handler.classBasicExpiresHandlerCookieexpiresattribute handler.classBasicHttpOnlyHandlerCookieHttpOnlyattribute handler.classBasicMaxAgeHandlerCookiemax-ageattribute handler.classBasicPathHandlerCookiepathattribute handler.classBasicSecureHandlerCookiesecureattribute handler.classLaxExpiresHandlerCookieexpiresattribute handler conformant to the more relaxed interpretation of HTTP state management.classLaxMaxAgeHandlerCookiemax-ageattribute handler conformant to the more relaxed interpretation of HTTP state management.classPublicSuffixDomainFilterWraps 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 CommonCookieAttributeHandler Modifier and Type Field Description private CommonCookieAttributeHandlerPublicSuffixDomainFilter. handlerMethods in org.apache.hc.client5.http.impl.cookie that return CommonCookieAttributeHandler Modifier and Type Method Description static CommonCookieAttributeHandlerPublicSuffixDomainFilter. decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)Methods in org.apache.hc.client5.http.impl.cookie with parameters of type CommonCookieAttributeHandler Modifier and Type Method Description static CommonCookieAttributeHandlerPublicSuffixDomainFilter. decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)Constructors in org.apache.hc.client5.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)RFC6265CookieSpec(CommonCookieAttributeHandler... handlers)RFC6265CookieSpecBase(CommonCookieAttributeHandler... handlers)RFC6265LaxSpec(CommonCookieAttributeHandler... handlers)RFC6265StrictSpec(CommonCookieAttributeHandler... handlers)
-