Uses of Interface
org.apache.hc.client5.http.cookie.CookieSpec
Packages that use CookieSpec
Package
Description
Client HTTP state management APIs.
Standard and common HTTP cookie management policies.
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
-
Uses of CookieSpec in org.apache.hc.client5.http.cookie
Methods in org.apache.hc.client5.http.cookie that return CookieSpecModifier and TypeMethodDescriptionCookieSpecFactory.create
(org.apache.hc.core5.http.protocol.HttpContext context) Creates an instance ofCookieSpec
. -
Uses of CookieSpec in org.apache.hc.client5.http.impl.cookie
Classes in org.apache.hc.client5.http.impl.cookie that implement CookieSpecModifier and TypeClassDescriptionclass
Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryCookieAttributeHandler
s.class
Cookie management functions shared by all specification.class
CookieSpec that ignores all cookiesclass
Cookie management functions shared by RFC 6265 compliant specification.(package private) class
class
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).class
StandardCookieSpec
implementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).Fields in org.apache.hc.client5.http.impl.cookie declared as CookieSpecModifier and TypeFieldDescriptionprivate CookieSpec
IgnoreCookieSpecFactory.cookieSpec
private CookieSpec
RFC6265CookieSpecFactory.cookieSpec
Methods in org.apache.hc.client5.http.impl.cookie that return CookieSpec -
Uses of CookieSpec in org.apache.hc.client5.http.protocol
Methods in org.apache.hc.client5.http.protocol that return CookieSpecMethods in org.apache.hc.client5.http.protocol with parameters of type CookieSpecModifier and TypeMethodDescriptionprivate void
ResponseProcessCookies.processCookies
(String exchangeId, Iterator<org.apache.hc.core5.http.Header> iterator, CookieSpec cookieSpec, CookieOrigin cookieOrigin, CookieStore cookieStore)