| java.lang.Object | |
| ↳ | com.google.gdata.client.SimpleCookieManager |
A simple cookie manager implementation.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cookies | Storage for a set of cookies. | ||||||||||
| cookiesEnabled | Indicates whether cookie handling is enabled. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new GoogleCookie instance to the cache.
| |||||||||||
Clears all cookies.
| |||||||||||
Returns
true if the GoogleService is handling cookies. | |||||||||||
Returns the set of associated cookies returned by previous requests.
| |||||||||||
Enables or disables cookie handling.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.client.CookieManager
| |||||||||||
Indicates whether cookie handling is enabled.
Adds a new GoogleCookie instance to the cache.
| cookie |
|---|
Clears all cookies.
Returns true if the GoogleService is handling cookies.
Returns the set of associated cookies returned by previous requests.
Enables or disables cookie handling.
| cookiesEnabled |
|---|