Package net.minecraft.src
Class HttpUtil
java.lang.Object
net.minecraft.src.HttpUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildPostString(Map par0Map) Builds an encoded HTTP POST content string from a string mapstatic intstatic StringSends a HTTP POST request to the given URL with data from a map
-
Constructor Details
-
HttpUtil
public HttpUtil()
-
-
Method Details
-
buildPostString
Builds an encoded HTTP POST content string from a string map -
sendPost
Sends a HTTP POST request to the given URL with data from a map -
func_76181_a
- Throws:
IOException
-