| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit | |
| com.hannesdorfmann.httpkit.cache | |
| com.hannesdorfmann.httpkit.request | |
| com.hannesdorfmann.httpkit.threading |
| Modifier and Type | Field and Description |
|---|---|
protected Cache<String,Object> |
DefaultHttpKit.cache
The cache
|
| Modifier and Type | Method and Description |
|---|---|
Cache<String,Object> |
HttpKit.getCache()
Get the cache that is uses
|
Cache<String,Object> |
DefaultHttpKit.getCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpKit.setCache(Cache<String,Object> cache)
Sets the internal cache
|
void |
DefaultHttpKit.setCache(Cache<String,Object> cache) |
| Modifier and Type | Class and Description |
|---|---|
class |
HybridCache<K,V>
This is a hybrid cache that uses a memory cache (RAM) and a disk cache
(external storage) to cache any data
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
HttpRequest.doAdditionalResponseProcessing(HttpResponse<T> response,
Cache<String,Object> cache)
Its possible to do additional response processing, for example for image
transformation, scaling etc. or data sorting / manipulating.
|
<T> void |
AbstractHttpRequest.doAdditionalResponseProcessing(HttpResponse<T> response,
Cache<String,Object> object) |
| Constructor and Description |
|---|
HttpClientTask(HttpRequest request,
HttpResponseReceiver<T> responseReceiver,
org.apache.http.client.HttpClient httpClient,
Cache<String,Object> cache) |
Copyright © 2015 Hannes Dorfmann. All rights reserved.