Package org.apache.hc.client5.http.impl.cookie
Standard and common HTTP cookie management policies.
-
Class Summary Class Description AbstractCookieAttributeHandler AbstractCookieSpec Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryCookieAttributeHandler
s.BasicClientCookie Default implementation ofSetCookie
.BasicDomainHandler Cookiedomain
attribute handler.BasicExpiresHandler Cookieexpires
attribute handler.BasicHttpOnlyHandler CookieHttpOnly
attribute handler.BasicMaxAgeHandler Cookiemax-age
attribute handler.BasicPathHandler Cookiepath
attribute handler.BasicSecureHandler Cookiesecure
attribute handler.CookieSpecBase Cookie management functions shared by all specification.IgnoreCookieSpecFactory CookieSpecFactory
implementation that ignores all cookies.IgnoreSpecSpec CookieSpec that ignores all cookiesLaxExpiresHandler Cookieexpires
attribute handler conformant to the more relaxed interpretation of HTTP state management.LaxMaxAgeHandler Cookiemax-age
attribute handler conformant to the more relaxed interpretation of HTTP state management.PublicSuffixDomainFilter Wraps aCookieAttributeHandler
and leverages its match method to never match a suffix from a black list.RFC6265CookieSpec Cookie management functions shared by RFC 6265 compliant specification.RFC6265CookieSpecBase RFC6265CookieSpecFactory CookieSpecFactory
implementation that provides an instance of RFC 6265 conformant cookie policy.RFC6265LaxSpec StandardCookieSpec
implementation 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).RFC6265StrictSpec StandardCookieSpec
implementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4). -
Enum Summary Enum Description RFC6265CookieSpecFactory.CompatibilityLevel