Class HttpHelper

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

public class HttpHelper extends Object
  • Constructor Details

    • HttpHelper

      public HttpHelper()
  • Method Details

    • downloadFile

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