Class DownloadThread

java.lang.Object
java.lang.Thread
com.luna.common.net.download.DownloadThread
All Implemented Interfaces:
Runnable

public class DownloadThread extends Thread
  • Constructor Details

    • DownloadThread

      public DownloadThread(String url, long startPosition, long endPosition, boolean isRange, File file, DownloadThreadListener listener, long downloaded, org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient)
  • Method Details

    • getdownLoaded

      public long getdownLoaded()
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread