Package org.hermit.android.net

Interface Summary
WebFetcher.Listener Listener for incoming web data.
 

Class Summary
CachedFile This class manages a set of web-based files and caches them locally.
CachedFile.Entry Class describing an entry in the cache; i.e.
FileFetcher Concrete instance of WebFetcher which gets a file and stores it locally.
TableFetcher Concrete instance of WebFetcher which fetches tabular data from the web.
WebBasedData This class implements a web-based source of data, which is cached in a local database.
WebFetcher This class fetches data from the web without blocking the main app.
 

Exception Summary
WebFetcher.FetchException Web fetching exception.