|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CookieManager
An interface to a cookie manager. Cookie handling can be disabled or enabled.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |