Class HttpHelper
java.lang.Object
com.pixelmonmod.pixelmon.api.util.helpers.HttpHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.google.common.util.concurrent.ListeningExecutorService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture
<?> downloadFile
(File targetPath, URI downloadURI, Map<String, String> properties, com.google.common.hash.HashFunction hashFunction, com.google.common.hash.HashCode hashCode, int maxSize, Proxy proxy)
-
Field Details
-
DOWNLOAD_EXECUTOR
public static final com.google.common.util.concurrent.ListeningExecutorService DOWNLOAD_EXECUTOR
-
-
Constructor Details
-
HttpHelper
public HttpHelper()
-
-
Method Details
-
downloadFile
-