org.apache.http.client.CookieStore |
Abstract cookie store.
void | addCookie(Cookie cookie) | |||||
Adds an HTTP cookie, replacing any existing equivalent cookies. | ||||||
void | clear() | |||||
Clears all cookies. | ||||||
boolean | clearExpired(Date date) | |||||
Removes all of cookies in this store that have expired by the specified date. | ||||||
List<Cookie> | getCookies() | |||||
Returns all cookies contained in this store. |
cookie | the cookie to be added |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |