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 class
BasicDomainHandler
Cookiedomain
attribute handler.class
BasicExpiresHandler
Cookieexpires
attribute handler.class
BasicHttpOnlyHandler
CookieHttpOnly
attribute handler.class
BasicMaxAgeHandler
Cookiemax-age
attribute handler.class
BasicPathHandler
Cookiepath
attribute handler.class
BasicSecureHandler
Cookiesecure
attribute handler.class
LaxExpiresHandler
Cookieexpires
attribute handler conformant to the more relaxed interpretation of HTTP state management.class
LaxMaxAgeHandler
Cookiemax-age
attribute handler conformant to the more relaxed interpretation of HTTP state management.class
PublicSuffixDomainFilter
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 CommonCookieAttributeHandler Modifier and Type Field Description private CommonCookieAttributeHandler
PublicSuffixDomainFilter. handler
Methods in org.apache.hc.client5.http.impl.cookie that return CommonCookieAttributeHandler Modifier and Type Method Description static CommonCookieAttributeHandler
PublicSuffixDomainFilter. 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 CommonCookieAttributeHandler
PublicSuffixDomainFilter. 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)
-