|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.impl.cookie.BestMatchSpec
public class BestMatchSpec
'Meta' cookie specification that selects a cookie policy depending on the format of the cookie(s)
| Constructor Summary | |
|---|---|
BestMatchSpec()
|
|
BestMatchSpec(String[] datepatterns,
boolean oneHeader)
|
|
| Method Summary | |
|---|---|
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. |
boolean |
match(Cookie cookie,
CookieOrigin origin)
Determines if a Cookie matches the target location. |
List<Cookie> |
parse(Header header,
CookieOrigin origin)
Parse the "Set-Cookie" Header into an array of Cookies. |
void |
validate(Cookie cookie,
CookieOrigin origin)
Validate the cookie according to validation rules defined by the cookie specification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BestMatchSpec(String[] datepatterns,
boolean oneHeader)
public BestMatchSpec()
| Method Detail |
|---|
public List<Cookie> parse(Header header,
CookieOrigin origin)
throws MalformedCookieException
CookieSpecThis method will not perform the validation of the resultant
Cookies
parse in interface CookieSpecheader - the Set-Cookie received from the serverorigin - details of the cookie origin
MalformedCookieException - 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
CookieSpec
validate in interface CookieSpeccookie - the Cookie to validateorigin - details of the cookie origin
MalformedCookieException - if the cookie is invalid
public boolean match(Cookie cookie,
CookieOrigin origin)
CookieSpec
match in interface CookieSpeccookie - the Cookie to be matchedorigin - the target to test against
public List<Header> formatCookies(List<Cookie> cookies)
CookieSpec
formatCookies in interface CookieSpeccookies - the Cookies format into a Cookie header
public int getVersion()
CookieSpec
getVersion in interface CookieSpecpublic Header getVersionHeader()
CookieSpecnull if the cookie
specification does not support Cookie2 header.
getVersionHeader in interface CookieSpec
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||