| Package | Description |
|---|---|
| cz.geek.gdata.client |
| Modifier and Type | Field and Description |
|---|---|
protected CachedResponse |
CachedRequest.resp |
| Modifier and Type | Field and Description |
|---|---|
protected cz.geek.cache.Cache<String,CachedResponse> |
CachedRequest.cache |
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.google.gdata.client.Service> |
ServiceFactory.getService(T service,
cz.geek.cache.Cache<String,CachedResponse> cache)
Decorate given
Service with caching |
static <T extends com.google.gdata.client.GoogleService> |
ServiceFactory.getService(T service,
cz.geek.cache.Cache<String,CachedResponse> cache,
String authSubToken)
Set session token and decorate with cache in one shot
|
static <T extends com.google.gdata.client.GoogleService> |
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 and Description |
|---|
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) |
Copyright © 2016. All rights reserved.