net.minecraft.util

public class HttpUtil

ol
net.minecraft.class_828
net.minecraft.util.HttpUtil
net.minecraft.util.HttpUtil

Field summary

Modifier and TypeField
public static final com.google.common.util.concurrent.ListeningExecutorService
a
field_11850
DOWNLOAD_THREAD_FACTORY
DOWNLOADER_EXECUTOR
private static final AtomicInteger
b
field_9049
downloadThreadCounter
DOWNLOAD_THREADS_STARTED
private static final org.apache.logging.log4j.Logger
c
field_9050
LOGGER
LOGGER

Method summary

Modifier and TypeMethod
public static String
a(Map<String, Object> arg0)
method_2298(Map<String, Object> arg0)
buildString(Map<String, Object> data)
buildPostString(Map<String, Object> data)
public static String
a(URL arg0, Map<String, Object> arg1, boolean arg2, Proxy arg3)
method_12877(URL arg0, Map<String, Object> arg1, boolean arg2, Proxy arg3)
post(URL url, Map<String, Object> data, boolean silent, Proxy proxy)
postMap(URL url, Map<String, Object> data, boolean skipLoggingErrors, Proxy proxyIn)
private static String
a(URL arg0, String arg1, boolean arg2, Proxy arg3)
method_8331(URL arg0, String arg1, boolean arg2, Proxy arg3)
post(URL url, String data, boolean silent, Proxy proxy)
post(URL url, String content, boolean skipLoggingErrors, Proxy arg3)
public static com.google.common.util.concurrent.ListenableFuture<Object>
a(File arg0, String arg1, Map<String, String> arg2, int arg3, ov arg4, Proxy arg5)
method_10835(File arg0, String arg1, Map<String, String> arg2, int arg3, class_841 arg4, Proxy arg5)
downloadServerResourcePack(File file, String url, Map<String, String> data, int maxFileSize, ProgressListener listener, Proxy proxy)
downloadResourcePack(File saveFile, String packUrl, Map<String, String> arg2, int maxSize, IProgressUpdate arg4, Proxy arg5)
public static int
a()
method_2294()
getLocalPort()
getSuitableLanPort()