| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit | |
| com.hannesdorfmann.httpkit.threading |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpKit.DefaultCacheRetriever<T>
This
Runnable is responsible to load data from cache. |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheRetrieverExecutor.onFinished(CacheRetriever retriever) |
void |
CacheRetriever.CacheRetrieverListener.onFinished(CacheRetriever retriever)
Called when the
CacheRetriever is finished |
void |
CacheRetrieverExecutor.onStarted(CacheRetriever retriever) |
void |
CacheRetriever.CacheRetrieverListener.onStarted(CacheRetriever retriever)
Called when the
CacheRetriever is started effectively |
void |
CacheRetrieverExecutor.submitRetrieverTask(CacheRetriever retriever)
Submits a
CacheRetriever task |
Copyright © 2015 Hannes Dorfmann. All rights reserved.