Package org.apache.http.impl.cookie
Class RFC6265StrictSpec
- java.lang.Object
-
- org.apache.http.impl.cookie.RFC6265CookieSpec
-
- org.apache.http.impl.cookie.RFC6265CookieSpecBase
-
- org.apache.http.impl.cookie.RFC6265StrictSpec
-
- All Implemented Interfaces:
CookieSpec
@Contract(threading=SAFE) public class RFC6265StrictSpec extends RFC6265CookieSpecBase
StandardCookieSpec
implementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).- Since:
- 4.4
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.String[]
DATE_PATTERNS
-
Constructor Summary
Constructors Constructor Description RFC6265StrictSpec()
RFC6265StrictSpec(CommonCookieAttributeHandler... handlers)
-
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
containsChars, containsSpecialChar, formatCookies, getDefaultDomain, getDefaultPath, getVersion, getVersionHeader, match, parse, validate
-
-
-
-
Constructor Detail
-
RFC6265StrictSpec
public RFC6265StrictSpec()
-
RFC6265StrictSpec
RFC6265StrictSpec(CommonCookieAttributeHandler... handlers)
-
-