Class RFC6265LaxSpec
java.lang.Object
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecBase
org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec
- All Implemented Interfaces:
CookieSpec
Standard
CookieSpec
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).- Since:
- 4.4
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
containsChars, containsSpecialChar, formatCookies, getDefaultDomain, getDefaultPath, match, parse, validate
-
Constructor Details
-
RFC6265LaxSpec
public RFC6265LaxSpec() -
RFC6265LaxSpec
RFC6265LaxSpec(CommonCookieAttributeHandler... handlers)
-
-
Method Details