Class AbstractSEDownloaderTask

java.lang.Object
org.gvsig.compat.se.net.downloader.se.AbstractSEDownloaderTask
All Implemented Interfaces:
Runnable

public abstract class AbstractSEDownloaderTask extends Object implements Runnable
  • Field Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
    • url

      protected final URL url
    • dstFile

      protected final File dstFile
    • groupID

      protected final Object groupID
    • data

      protected final String data
    • contenttype

      protected final org.apache.http.entity.ContentType contenttype
    • method

      protected final String method
    • downloader

      protected final SEDownloader downloader
  • Constructor Details

  • Method Details