public static class AndroidHttpClientResourceWrapper.SharedPrefsStorage extends java.lang.Object implements AndroidHttpClientResourceWrapper.Storage
| Constructor and Description |
|---|
SharedPrefsStorage(android.content.SharedPreferences prefs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.String url) |
void |
put(java.lang.String url) |
public SharedPrefsStorage(android.content.SharedPreferences prefs)
public void put(java.lang.String url)
put in interface AndroidHttpClientResourceWrapper.Storagepublic boolean contains(java.lang.String url)
contains in interface AndroidHttpClientResourceWrapper.Storage