Uses of Interface
org.gvsig.compat.net.ICancellable
Packages that use ICancellable
-
Uses of ICancellable in org.gvsig.compat.net
Fields in org.gvsig.compat.net declared as ICancellableMethods in org.gvsig.compat.net with parameters of type ICancellableModifier and TypeMethodDescriptionDownloader.downloadFile(URL url, String data, String name, ICancellable cancel) Downloads a URL using the HTTP Post protocolDownloader.downloadFile(URL url, String data, String name, ICancellable cancel, int maxbytes) Downloader.downloadFile(URL url, String method, org.apache.http.entity.ContentType contentType, String data, String name, ICancellable cancel) Downloader.downloadFile(URL url, String method, org.apache.http.entity.ContentType contentType, String data, String name, ICancellable cancel, int maxbytes) Downloader.downloadFile(URL url, String method, org.apache.http.entity.ContentType contentType, String data, String name, ICancellable cancel, int maxbytes, boolean useCache) Downloader.downloadFile(URL url, String name, ICancellable cancel) Downloads an URL into a temporary file that is removed the next time the tempFileManager class is called, which means the next time gvSIG is launched.