@Obsolete @Contract(threading=SAFE) public class RFC2109Spec extends CookieSpecBase
CookieSpec implementation.
Rendered obsolete by RFC6265StrictSpec.
RFC6265StrictSpec| Constructor and Description |
|---|
RFC2109Spec()
Default constructor
|
RFC2109Spec(String[] datepatterns,
boolean oneHeader)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Header> |
formatCookies(List<Cookie> cookies)
Create
"Cookie" headers for an array of Cookies. |
int |
getVersion()
Returns version of the state management this cookie specification
conforms to.
|
Header |
getVersionHeader()
Returns a request header identifying what version of the state management
specification is understood.
|
List<Cookie> |
parse(Header header,
CookieOrigin origin)
Parse the
"Set-Cookie" Header into an array of Cookies. |
String |
toString() |
void |
validate(Cookie cookie,
CookieOrigin origin)
Validate the cookie according to validation rules defined by the
cookie specification.
|
matchregisterAttribHandlerpublic RFC2109Spec(String[] datepatterns, boolean oneHeader)
public RFC2109Spec()
public 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
Cookies
header - the Set-Cookie received from the serverorigin - details of the cookie originCookies parsed from the headerMalformedCookieException - if an exception occurs during parsingCookieSpec.validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin)public void validate(Cookie cookie, CookieOrigin origin) throws MalformedCookieException
CookieSpecvalidate in interface CookieSpecvalidate in class CookieSpecBasecookie - the Cookie to validateorigin - details of the cookie originMalformedCookieException - if the cookie is invalidpublic List<Header> formatCookies(List<Cookie> cookies)
CookieSpec"Cookie" headers for an array of Cookies.cookies - the Cookies format into a Cookie headerpublic int getVersion()
CookieSpecpublic Header getVersionHeader()
CookieSpecnull if the cookie
specification does not support Cookie2 header.Copyright © 2010 - 2020 Adobe. All Rights Reserved