Uses of Class
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
-
Packages that use RFC6265CookieSpec Package Description org.apache.hc.client5.http.impl.cookie Standard and common HTTP cookie management policies. -
-
Uses of RFC6265CookieSpec in org.apache.hc.client5.http.impl.cookie
Subclasses of RFC6265CookieSpec in org.apache.hc.client5.http.impl.cookie Modifier and Type Class Description (package private) classRFC6265CookieSpecBaseclassRFC6265LaxSpecStandardCookieSpecimplementation 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).classRFC6265StrictSpecStandardCookieSpecimplementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).
-