|
static String | buildPostString (Map par0Map) |
|
static String | sendPost (ILogAgent par0ILogAgent, URL par1URL, Map par2Map, boolean par3) |
|
static String | sendPost (ILogAgent par0ILogAgent, URL par1URL, String par2Str, boolean par3) |
|
static void | downloadTexturePack (File par0File, String par1Str, IDownloadSuccess par2IDownloadSuccess, Map par3Map, int par4, IProgressUpdate par5IProgressUpdate) |
|
static int | func_76181_a () throws IOException |
|
static String[] | loginToMinecraft (ILogAgent par0ILogAgent, String par1Str, String par2Str) |
|
static String | func_104145_a (URL par0URL) throws IOException |
|
static String net.minecraft.util.HttpUtil.buildPostString |
( |
Map |
par0Map) | |
|
|
static |
Builds an encoded HTTP POST content string from a string map
static void net.minecraft.util.HttpUtil.downloadTexturePack |
( |
File |
par0File, |
|
|
String |
par1Str, |
|
|
IDownloadSuccess |
par2IDownloadSuccess, |
|
|
Map |
par3Map, |
|
|
int |
par4, |
|
|
IProgressUpdate |
par5IProgressUpdate |
|
) |
| |
|
static |
The downloader for texturepacks stored in the server.
static String net.minecraft.util.HttpUtil.func_104145_a |
( |
URL |
par0URL) | |
throws IOException |
|
static |
static int net.minecraft.util.HttpUtil.func_76181_a |
( |
) | |
throws IOException |
|
static |
static String [] net.minecraft.util.HttpUtil.loginToMinecraft |
( |
ILogAgent |
par0ILogAgent, |
|
|
String |
par1Str, |
|
|
String |
par2Str |
|
) |
| |
|
static |
static String net.minecraft.util.HttpUtil.sendPost |
( |
ILogAgent |
par0ILogAgent, |
|
|
URL |
par1URL, |
|
|
Map |
par2Map, |
|
|
boolean |
par3 |
|
) |
| |
|
static |
Sends a HTTP POST request to the given URL with data from a map
static String net.minecraft.util.HttpUtil.sendPost |
( |
ILogAgent |
par0ILogAgent, |
|
|
URL |
par1URL, |
|
|
String |
par2Str, |
|
|
boolean |
par3 |
|
) |
| |
|
static |
Sends a HTTP POST request to the given URL with data from a string
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/util/HttpUtil.java