|
||||||||||
| 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<java.lang.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<java.lang.String,CachedResponse> cache)
Decorate given Service with caching |
|
static
|
ServiceFactory.getService(T service,
cz.geek.cache.Cache<java.lang.String,CachedResponse> cache,
java.lang.String authSubToken)
Set session token and decorate with cache in one shot |
|
static
|
ServiceFactory.getService(T service,
cz.geek.cache.Cache<java.lang.String,CachedResponse> cache,
java.lang.String username,
java.lang.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<java.lang.String,CachedResponse> cache,
com.google.gdata.client.Service.GDataRequest.RequestType type,
java.net.URL requestUrl,
com.google.gdata.util.ContentType contentType,
com.google.gdata.client.http.HttpAuthToken authToken,
java.util.Map<java.lang.String,java.lang.String> headerMap,
java.util.Map<java.lang.String,java.lang.String> privateHeaderMap,
com.google.gdata.client.http.HttpUrlConnectionSource connectionSource)
|
|
CachingRequestFactory(cz.geek.cache.Cache<java.lang.String,CachedResponse> cache)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||