|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.http.impl.cookie.AbstractCookieSpec org.apache.http.impl.cookie.CookieSpecBase org.apache.http.impl.cookie.IgnoreSpec
@Contract(threading=IMMUTABLE) public class IgnoreSpec
CookieSpec that ignores all cookies
Constructor Summary | |
---|---|
IgnoreSpec()
|
Method Summary | |
---|---|
List<org.apache.http.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. |
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. |
Methods inherited from class org.apache.http.impl.cookie.CookieSpecBase |
---|
getDefaultDomain, getDefaultPath, parse, validate |
Methods inherited from class org.apache.http.impl.cookie.AbstractCookieSpec |
---|
findAttribHandler, getAttribHandler, getAttribHandlers, registerAttribHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IgnoreSpec()
Method Detail |
---|
public int getVersion()
CookieSpec
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
header
- the Set-Cookie
received from the serverorigin
- details of the cookie origin
Cookie
s parsed from the header
MalformedCookieException
- if an exception occurs during parsingCookieSpec.validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin)
public 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 against
true
if the cookie should be submitted with a request
with given attributes, false
otherwise.public List<org.apache.http.Header> formatCookies(List<Cookie> cookies)
CookieSpec
"Cookie"
headers for an array of Cookies.
cookies
- the Cookies format into a Cookie header
public org.apache.http.Header getVersionHeader()
CookieSpec
null
if the cookie
specification does not support Cookie2
header.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |