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 TypeClassDescriptionclassAbstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryCookieAttributeHandlers.classCookie management functions shared by all specification.classCookieSpec that ignores all cookiesclassCookie management functions shared by RFC 6265 compliant specification.(package private) classclassStandardCookieSpecimplementation 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).classStandardCookieSpecimplementation 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 CookieSpecIgnoreCookieSpecFactory.cookieSpecprivate CookieSpecRFC6265CookieSpecFactory.cookieSpecMethods 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 voidResponseProcessCookies.processCookies(String exchangeId, Iterator<org.apache.hc.core5.http.Header> iterator, CookieSpec cookieSpec, CookieOrigin cookieOrigin, CookieStore cookieStore)