@Obsolete @Contract(threading=SAFE) public class RFC2965Spec extends RFC2109Spec
CookieSpec
implementation.
Rendered obsolete by RFC6265StrictSpec
.
RFC6265StrictSpec
Constructor and Description |
---|
RFC2965Spec()
Default constructor
|
RFC2965Spec(String[] datepatterns,
boolean oneHeader) |
Modifier and Type | Method and Description |
---|---|
protected void |
formatCookieAsVer(org.apache.http.util.CharArrayBuffer buffer,
Cookie cookie,
int version)
Adds valid Port attribute value, e.g.
|
int |
getVersion()
Returns version of the state management this cookie specification
conforms to.
|
org.apache.http.Header |
getVersionHeader()
Returns a request header identifying what version of the state management
specification is understood.
|
boolean |
match(Cookie cookie,
CookieOrigin origin)
Determines if a Cookie matches the target location.
|
List<Cookie> |
parse(org.apache.http.Header header,
CookieOrigin origin)
Parse the
"Set-Cookie" Header into an array of Cookies. |
protected List<Cookie> |
parse(org.apache.http.HeaderElement[] elems,
CookieOrigin origin) |
String |
toString() |
void |
validate(Cookie cookie,
CookieOrigin origin)
Validate the cookie according to validation rules defined by the
cookie specification.
|
formatCookies, formatParamAsVer
getDefaultDomain, getDefaultPath
findAttribHandler, getAttribHandler, getAttribHandlers, registerAttribHandler
public RFC2965Spec()
public RFC2965Spec(String[] datepatterns, boolean oneHeader)
public List<Cookie> parse(org.apache.http.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
parse
in interface CookieSpec
parse
in class RFC2109Spec
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)
protected List<Cookie> parse(org.apache.http.HeaderElement[] elems, CookieOrigin origin) throws MalformedCookieException
parse
in class CookieSpecBase
MalformedCookieException
public void validate(Cookie cookie, CookieOrigin origin) throws MalformedCookieException
CookieSpec
validate
in interface CookieSpec
validate
in class RFC2109Spec
cookie
- the Cookie to validateorigin
- details of the cookie originMalformedCookieException
- if the cookie is invalidpublic boolean match(Cookie cookie, CookieOrigin origin)
CookieSpec
match
in interface CookieSpec
match
in class CookieSpecBase
cookie
- the Cookie to be matchedorigin
- the target to test againsttrue
if the cookie should be submitted with a request
with given attributes, false
otherwise.protected void formatCookieAsVer(org.apache.http.util.CharArrayBuffer buffer, Cookie cookie, int version)
formatCookieAsVer
in class RFC2109Spec
buffer
- The char array buffer to use for outputcookie
- The Cookie
to be formatted as stringversion
- The version to use.public int getVersion()
CookieSpec
getVersion
in interface CookieSpec
getVersion
in class RFC2109Spec
public org.apache.http.Header getVersionHeader()
CookieSpec
null
if the cookie
specification does not support Cookie2
header.getVersionHeader
in interface CookieSpec
getVersionHeader
in class RFC2109Spec
public String toString()
toString
in class RFC2109Spec
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.