Package org.apache.http.impl.cookie
Class RFC6265LaxSpec
- java.lang.Object
-
- org.apache.http.impl.cookie.RFC6265CookieSpec
-
- org.apache.http.impl.cookie.RFC6265LaxSpec
-
- All Implemented Interfaces:
CookieSpec
@Contract(threading=SAFE) public class RFC6265LaxSpec extends RFC6265CookieSpec
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).- Since:
- 4.4
-
-
Constructor Summary
Constructors Constructor Description RFC6265LaxSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.apache.http.impl.cookie.RFC6265CookieSpec
formatCookies, getVersion, getVersionHeader, match, parse, validate
-
-