private class ManagerListFragment.FetchListJsonFromServer extends
Modifier and Type | Field and Description |
---|---|
private AndroidHttpClient |
httpClient |
Modifier | Constructor and Description |
---|---|
private |
ManagerListFragment.FetchListJsonFromServer() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Module> |
doInBackground(java.lang.Void... params) |
protected void |
onCancelled(java.util.List<Module> result) |
protected void |
onPostExecute(java.util.List<Module> result) |
private java.util.List<Module> |
readListFromJson(java.io.InputStreamReader in) |
private ManagerListFragment.FetchListJsonFromServer()
protected void onPostExecute(java.util.List<Module> result)
protected void onCancelled(java.util.List<Module> result)
protected java.util.List<Module> doInBackground(java.lang.Void... params)
private java.util.List<Module> readListFromJson(java.io.InputStreamReader in) throws java.io.IOException
java.io.IOException