| Package | Description |
|---|---|
| com.google.gdata.client |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.Multiset<GoogleGDataRequest.GoogleCookie> |
SimpleCookieManager.cookies
Storage for a set of cookies.
|
| Modifier and Type | Method and Description |
|---|---|
Set<GoogleGDataRequest.GoogleCookie> |
SimpleCookieManager.getCookies() |
Set<GoogleGDataRequest.GoogleCookie> |
GoogleService.getCookies()
Returns the set of associated cookies returned by previous requests.
|
Set<GoogleGDataRequest.GoogleCookie> |
CookieManager.getCookies()
Returns the set of associated cookies returned by previous requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleCookieManager.addCookie(GoogleGDataRequest.GoogleCookie cookie) |
void |
GoogleService.addCookie(GoogleGDataRequest.GoogleCookie cookie)
Adds a new GoogleCookie instance to the cache.
|
void |
CookieManager.addCookie(GoogleGDataRequest.GoogleCookie cookie)
Adds a new GoogleCookie instance to the cache.
|
Copyright © 2012. All Rights Reserved.