Uses of Class
cz.geek.gdata.client.CachedResponse

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
<T extends com.google.gdata.client.Service>
T
ServiceFactory.getService(T service, cz.geek.cache.Cache<java.lang.String,CachedResponse> cache)
          Decorate given Service with caching
static
<T extends com.google.gdata.client.GoogleService>
T
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
<T extends com.google.gdata.client.GoogleService>
T
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)
           
 



Copyright © 2011. All Rights Reserved.