Uses of Class
org.hermit.android.net.WebFetcher.FetchException

Packages that use WebFetcher.FetchException
org.hermit.android.net   
 

Uses of WebFetcher.FetchException in org.hermit.android.net
 

Methods in org.hermit.android.net that throw WebFetcher.FetchException
protected  void WebFetcher.fetch(java.net.URL url, long newer)
          Fetch an object from the given URL.
protected  void TableFetcher.handle(java.net.URL url, java.net.URLConnection conn, java.io.BufferedReader readc)
          Fetch a page of data from the given BufferedReader.
protected  void WebFetcher.handle(java.net.URL url, java.net.URLConnection conn, java.io.BufferedReader stream)
          Handle data from the given BufferedReader.
protected  void FileFetcher.handle(java.net.URL url, java.net.URLConnection conn, java.io.InputStream stream)
          Fetch a page of data from the given stream.
protected  void WebFetcher.handle(java.net.URL url, java.net.URLConnection conn, java.io.InputStream stream)
          Handle data from the given stream.