Uses of Class
org.gvsig.compat.se.net.downloader.se.SEDownloader
Packages that use SEDownloader
-
Uses of SEDownloader in org.gvsig.compat.se.net.downloader.se
Fields in org.gvsig.compat.se.net.downloader.se declared as SEDownloaderModifier and TypeFieldDescriptionprotected final SEDownloaderAbstractSEDownloaderTask.downloaderMethods in org.gvsig.compat.se.net.downloader.se with parameters of type SEDownloaderModifier and TypeMethodDescriptionprotected RunnableSEDownloader.createDownloaderTask(SEDownloader downloader, Executor executor, URL url, String data, File target, Object groupID, int maxbytes) protected RunnableSEDownloader.createDownloaderTask(SEDownloader downloader, Executor executor, URL url, String method, org.apache.http.entity.ContentType contenttype, String data, File target, Object groupID, int maxbytes) Constructors in org.gvsig.compat.se.net.downloader.se with parameters of type SEDownloaderModifierConstructorDescriptionAbstractSEDownloaderTask(SEDownloader downloader, Executor executor, URL url, String data, File dstFile, Object groupID) AbstractSEDownloaderTask(SEDownloader downloader, Executor executor, URL url, String method, org.apache.http.entity.ContentType contenttype, String data, File dstFile, Object groupID)