Package com.wolfram.alpha.net
Class URLFetcher
java.lang.Object
com.wolfram.alpha.net.URLFetcher
- 
Constructor SummaryConstructorsConstructorDescriptionURLFetcher(URL url, String outFile, HttpProvider http, ProxySettings proxySettings)
- 
Method Summary
- 
Constructor Details- 
URLFetcher
 
- 
- 
Method Details- 
cancelpublic void cancel()
- 
wasCancelledpublic boolean wasCancelled()
- 
isFinishedpublic boolean isFinished()Doesn't mean that it finished successfully; could have been cancelled.- Returns:
 
- 
getFilename
- 
getFile
- 
getBytespublic byte[] getBytes()
- 
getTotalBytespublic int getTotalBytes()- Returns:
- -1 if not known
 
- 
getTotalBytesDownloadedpublic int getTotalBytesDownloaded()
- 
getProgresspublic double getProgress()
- 
getCharSet
- 
getException
- 
fetchpublic void fetch()
 
-