Package org.apache.hc.client5.http.impl.cookie
package org.apache.hc.client5.http.impl.cookie
Standard and common HTTP cookie management policies.
-
ClassDescriptionAbstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandlers.Default implementation ofSetCookie.Cookiedomainattribute handler.Cookieexpiresattribute handler.CookieHttpOnlyattribute handler.Cookiemax-ageattribute handler.Cookiepathattribute handler.Cookiesecureattribute handler.Cookie management functions shared by all specification.CookieSpecFactoryimplementation that ignores all cookies.CookieSpec that ignores all cookiesCookieexpiresattribute handler conformant to the more relaxed interpretation of HTTP state management.Cookiemax-ageattribute handler conformant to the more relaxed interpretation of HTTP state management.Wraps aCookieAttributeHandlerand leverages its match method to never match a suffix from a black list.Cookie management functions shared by RFC 6265 compliant specification.CookieSpecFactoryimplementation that provides an instance of RFC 6265 conformant cookie policy.StandardCookieSpecimplementation that enforces a more relaxed interpretation of the HTTP state management specification (RFC 6265, section 5) for interoperability with existing servers that do not conform to the well behaved profile (RFC 6265, section 4).StandardCookieSpecimplementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).