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 TypeClassDescriptionclass
Cookiedomain
attribute handler.class
Cookieexpires
attribute handler.class
CookieHttpOnly
attribute handler.class
Cookiemax-age
attribute handler.class
Cookiepath
attribute handler.class
Cookiesecure
attribute handler.class
Cookieexpires
attribute handler conformant to the more relaxed interpretation of HTTP state management.class
Cookiemax-age
attribute handler conformant to the more relaxed interpretation of HTTP state management.class
Wraps aCookieAttributeHandler
and 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 CommonCookieAttributeHandler
PublicSuffixDomainFilter.handler
Methods in org.apache.hc.client5.http.impl.cookie that return CommonCookieAttributeHandlerModifier and TypeMethodDescriptionstatic CommonCookieAttributeHandler
PublicSuffixDomainFilter.decorate
(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) Methods in org.apache.hc.client5.http.impl.cookie with parameters of type CommonCookieAttributeHandlerModifier and TypeMethodDescriptionstatic CommonCookieAttributeHandler
PublicSuffixDomainFilter.decorate
(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) Constructors in org.apache.hc.client5.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
RFC6265CookieSpec
(CommonCookieAttributeHandler... handlers) (package private)
RFC6265CookieSpecBase
(CommonCookieAttributeHandler... handlers) (package private)
RFC6265LaxSpec
(CommonCookieAttributeHandler... handlers) (package private)
RFC6265StrictSpec
(CommonCookieAttributeHandler... handlers)