DefaultCookieSpec
.@Deprecated @ThreadSafe public class BrowserCompatSpec extends CookieSpecBase
Constructor and Description |
---|
BrowserCompatSpec()
Deprecated.
Default constructor
|
BrowserCompatSpec(java.lang.String[] datepatterns)
Deprecated.
Default constructor
|
BrowserCompatSpec(java.lang.String[] datepatterns,
BrowserCompatSpecFactory.SecurityLevel securityLevel)
Deprecated.
Default constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Header> |
formatCookies(java.util.List<Cookie> cookies)
Deprecated.
Create
"Cookie" headers for an array of Cookies. |
int |
getVersion()
Deprecated.
Returns version of the state management this cookie specification
conforms to.
|
Header |
getVersionHeader()
Deprecated.
Returns a request header identifying what version of the state management
specification is understood.
|
java.util.List<Cookie> |
parse(Header header,
CookieOrigin origin)
Deprecated.
Parse the
"Set-Cookie" Header into an array of Cookies. |
java.lang.String |
toString()
Deprecated.
|
getDefaultDomain, getDefaultPath, match, parse, validate
findAttribHandler, getAttribHandler, getAttribHandlers, registerAttribHandler
public BrowserCompatSpec(java.lang.String[] datepatterns, BrowserCompatSpecFactory.SecurityLevel securityLevel)
public BrowserCompatSpec(java.lang.String[] datepatterns)
public BrowserCompatSpec()
public java.util.List<Cookie> parse(Header header, CookieOrigin origin) throws MalformedCookieException
CookieSpec
"Set-Cookie"
Header into an array of Cookies.
This method will not perform the validation of the resultant
Cookie
s
header
- the Set-Cookie
received from the serverorigin
- details of the cookie originCookie
s parsed from the headerMalformedCookieException
- if an exception occurs during parsingCookieSpec.validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin)
public java.util.List<Header> formatCookies(java.util.List<Cookie> cookies)
CookieSpec
"Cookie"
headers for an array of Cookies.cookies
- the Cookies format into a Cookie headerpublic int getVersion()
CookieSpec
public Header getVersionHeader()
CookieSpec
null
if the cookie
specification does not support Cookie2
header.public java.lang.String toString()
toString
in class java.lang.Object