public class CachingHttpRepository extends HttpRepository
HttpRepository.Parameter| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_CACHE_DIR |
| Constructor and Description |
|---|
CachingHttpRepository(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get(String url) |
byte[] |
post(String url,
List<HttpRepository.Parameter> formParameters) |
createQueryString, get, get, getResponseStream, postpublic static final String CONFIG_CACHE_DIR
@Inject public CachingHttpRepository(Configuration configuration)
public byte[] get(String url)
get in class HttpRepositorypublic byte[] post(String url, List<HttpRepository.Parameter> formParameters)
post in class HttpRepositoryCopyright © 2013–2016 V5 Analytics. All rights reserved.