|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.src.HttpUtil
public class HttpUtil
Constructor Summary | |
---|---|
HttpUtil()
|
Method Summary | |
---|---|
static String |
buildPostString(Map par0Map)
Builds an encoded HTTP POST content string from a string map |
static void |
downloadTexturePack(File par0File,
String par1Str,
IDownloadSuccess par2IDownloadSuccess,
Map par3Map,
int par4,
IProgressUpdate par5IProgressUpdate)
|
static int |
func_76181_a()
|
static String |
sendPost(URL par0URL,
Map par1Map,
boolean par2)
Sends a HTTP POST request to the given URL with data from a map |
static String |
sendPost(URL par0URL,
String par1Str,
boolean par2)
Sends a HTTP POST request to the given URL with data from a string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpUtil()
Method Detail |
---|
public static String buildPostString(Map par0Map)
public static String sendPost(URL par0URL, Map par1Map, boolean par2)
public static String sendPost(URL par0URL, String par1Str, boolean par2)
public static void downloadTexturePack(File par0File, String par1Str, IDownloadSuccess par2IDownloadSuccess, Map par3Map, int par4, IProgressUpdate par5IProgressUpdate)
public static int func_76181_a() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |