Methods Summary |
---|
public void | addCookie(org.apache.http.cookie.Cookie cookie)Adds an {@link Cookie HTTP cookie}, replacing any existing equivalent cookies.
If the given cookie has already expired it will not be added, but existing
values will still be removed.
|
public void | clear()Clears all cookies.
|
public boolean | clearExpired(java.util.Date date)Removes all of {@link Cookie cookies} in this store that have expired by
the specified {@link java.util.Date date}.
|
public java.util.List | getCookies()Returns all cookies contained in this store.
|