@ThreadSafe public class RFC6265StrictSpec extends RFC6265CookieSpecBase
CookieSpec implementation that enforces syntax
and semantics of the well-behaved profile of the HTTP state management specification
(RFC 6265, section 4).| Modifier and Type | Field and Description |
|---|---|
(package private) static java.lang.String[] |
DATE_PATTERNS |
| Constructor and Description |
|---|
RFC6265StrictSpec() |
RFC6265StrictSpec(CommonCookieAttributeHandler... handlers) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
containsChars, containsSpecialChar, formatCookies, getDefaultDomain, getDefaultPath, getVersion, getVersionHeader, match, parse, validatepublic RFC6265StrictSpec()
RFC6265StrictSpec(CommonCookieAttributeHandler... handlers)