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
CookieAttributeHandler
s.Default implementation ofSetCookie
.Cookiedomain
attribute handler.Cookieexpires
attribute handler.CookieHttpOnly
attribute handler.Cookiemax-age
attribute handler.Cookiepath
attribute handler.Cookiesecure
attribute handler.Cookie management functions shared by all specification.CookieSpecFactory
implementation that ignores all cookies.CookieSpec that ignores all cookiesCookieexpires
attribute handler conformant to the more relaxed interpretation of HTTP state management.Cookiemax-age
attribute handler conformant to the more relaxed interpretation of HTTP state management.Wraps aCookieAttributeHandler
and leverages its match method to never match a suffix from a black list.Cookie management functions shared by RFC 6265 compliant specification.CookieSpecFactory
implementation that provides an instance of RFC 6265 conformant cookie policy.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).StandardCookieSpec
implementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).