public class HttpHelper
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static void
downloadFile(File targetPath,
URL downloadURL,
Map<String,String> properties,
com.google.common.hash.HashFunction hashFunction,
com.google.common.hash.HashCode hashCode,
int maxSize,
Proxy proxy)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)