Class HttpHelper

java.lang.Object
com.pixelmonmod.pixelmon.api.util.helpers.HttpHelper

public class HttpHelper extends Object
  • Field Details

    • DOWNLOAD_EXECUTOR

      public static final com.google.common.util.concurrent.ListeningExecutorService DOWNLOAD_EXECUTOR
  • Constructor Details

    • HttpHelper

      public HttpHelper()
  • Method Details

    • downloadFile

      public static CompletableFuture<?> downloadFile(File targetPath, URI downloadURI, Map<String,String> properties, com.google.common.hash.HashFunction hashFunction, @Nullable com.google.common.hash.HashCode hashCode, int maxSize, Proxy proxy)