|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CachedResponse | |
|---|---|
| cz.geek.gdata.client | |
| Uses of CachedResponse in cz.geek.gdata.client |
|---|
| Fields in cz.geek.gdata.client declared as CachedResponse | |
|---|---|
protected CachedResponse |
CachedRequest.resp
|
| Fields in cz.geek.gdata.client with type parameters of type CachedResponse | |
|---|---|
protected cz.geek.cache.Cache<String,CachedResponse> |
CachedRequest.cache
|
| Method parameters in cz.geek.gdata.client with type arguments of type CachedResponse | ||
|---|---|---|
static
|
ServiceFactory.getService(T service,
cz.geek.cache.Cache<String,CachedResponse> cache)
Decorate given Service with caching |
|
static
|
ServiceFactory.getService(T service,
cz.geek.cache.Cache<String,CachedResponse> cache,
String authSubToken)
Set session token and decorate with cache in one shot |
|
static
|
ServiceFactory.getService(T service,
cz.geek.cache.Cache<String,CachedResponse> cache,
String username,
String password)
Set auth info and decorate with cache in one shot |
|
| Constructor parameters in cz.geek.gdata.client with type arguments of type CachedResponse | |
|---|---|
CachedRequest(cz.geek.cache.Cache<String,CachedResponse> cache,
com.google.gdata.client.Service.GDataRequest.RequestType type,
URL requestUrl,
com.google.gdata.util.ContentType contentType,
com.google.gdata.client.http.HttpAuthToken authToken,
Map<String,String> headerMap,
Map<String,String> privateHeaderMap,
com.google.gdata.client.http.HttpUrlConnectionSource connectionSource)
|
|
CachingRequestFactory(cz.geek.cache.Cache<String,CachedResponse> cache)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||