public interface CookieManager
Modifier and Type | Method and Description |
---|---|
void |
addCookie(GoogleGDataRequest.GoogleCookie cookie)
Adds a new GoogleCookie instance to the cache.
|
void |
clearCookies()
Clears all cookies.
|
boolean |
cookiesEnabled()
Returns
true if the GoogleService is handling cookies. |
java.util.Set<GoogleGDataRequest.GoogleCookie> |
getCookies()
Returns the set of associated cookies returned by previous requests.
|
void |
setCookiesEnabled(boolean cookiesEnabled)
Enables or disables cookie handling.
|
void setCookiesEnabled(boolean cookiesEnabled)
boolean cookiesEnabled()
true
if the GoogleService is handling cookies.void clearCookies()
void addCookie(GoogleGDataRequest.GoogleCookie cookie)
java.util.Set<GoogleGDataRequest.GoogleCookie> getCookies()