public class HTTPUtil extends Object
HTTPUtil()
static void
downloadFile(String requestUrl, File file)
static com.google.gson.JsonObject
getJson(String requestUrl)
static List<String>
getLineList(String requestUrl)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HTTPUtil()
public static List<String> getLineList(String requestUrl)
requestUrl
public static com.google.gson.JsonObject getJson(String requestUrl)
public static void downloadFile(String requestUrl, File file) throws Exception
file
Exception
Copyright © 2024. All rights reserved.