Class FileDownload

java.lang.Object
com.mojang.realmsclient.client.FileDownload

public class FileDownload extends Object
  • Field Details

    • LOGGER

      static final org.apache.logging.log4j.Logger LOGGER
    • cancelled

      volatile boolean cancelled
    • finished

      volatile boolean finished
    • error

      volatile boolean error
    • extracting

      volatile boolean extracting
    • tempFile

      private volatile File tempFile
    • resourcePackPath

      volatile File resourcePackPath
    • request

      private volatile org.apache.http.client.methods.HttpGet request
    • currentThread

      private Thread currentThread
    • requestConfig

      private final org.apache.http.client.config.RequestConfig requestConfig
    • INVALID_FILE_NAMES

      private static final String[] INVALID_FILE_NAMES
  • Constructor Details

    • FileDownload

      public FileDownload()
  • Method Details