|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.http.impl.cookie.AbstractCookieSpecHC4
org.apache.http.impl.cookie.CookieSpecBaseHC4
org.apache.http.impl.cookie.IgnoreSpec
@NotThreadSafe public class IgnoreSpec
CookieSpec that ignores all cookies
| Constructor Summary | |
|---|---|
IgnoreSpec()
|
|
| Method Summary | |
|---|---|
java.util.List<org.apache.http.Header> |
formatCookies(java.util.List<org.apache.http.cookie.Cookie> cookies)
|
int |
getVersion()
|
org.apache.http.Header |
getVersionHeader()
|
java.util.List<org.apache.http.cookie.Cookie> |
parse(org.apache.http.Header header,
org.apache.http.cookie.CookieOrigin origin)
|
| Methods inherited from class org.apache.http.impl.cookie.CookieSpecBaseHC4 |
|---|
getDefaultDomain, getDefaultPath, match, parse, validate |
| Methods inherited from class org.apache.http.impl.cookie.AbstractCookieSpecHC4 |
|---|
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()
public java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header header,
org.apache.http.cookie.CookieOrigin origin)
throws org.apache.http.cookie.MalformedCookieException
org.apache.http.cookie.MalformedCookieExceptionpublic java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.apache.http.cookie.Cookie> cookies)
public org.apache.http.Header getVersionHeader()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||