From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/util/HttpUtil.html | 347 +++++++++++++++++++++++++++++++ 1 file changed, 347 insertions(+) create mode 100644 javadoc/net/minecraft/util/HttpUtil.html (limited to 'javadoc/net/minecraft/util/HttpUtil.html') diff --git a/javadoc/net/minecraft/util/HttpUtil.html b/javadoc/net/minecraft/util/HttpUtil.html new file mode 100644 index 0000000..836d2a0 --- /dev/null +++ b/javadoc/net/minecraft/util/HttpUtil.html @@ -0,0 +1,347 @@ + + + + + +HttpUtil (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.util
+

Class HttpUtil

+
+
+ +
+
    +
  • +
    +
    +
    public class HttpUtil
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static interface HttpUtil.DownloadListener 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HttpUtil() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.StringbuildPostString(java.util.Map p_76179_0_) 
      static voidfunc_151223_a(java.io.File p_151223_0_, + java.lang.String p_151223_1_, + HttpUtil.DownloadListener p_151223_2_, + java.util.Map p_151223_3_, + int p_151223_4_, + IProgressUpdate p_151223_5_, + java.net.Proxy p_151223_6_) 
      static java.lang.Stringfunc_151226_a(java.net.URL p_151226_0_, + java.util.Map p_151226_1_, + boolean p_151226_2_) 
      static java.lang.Stringfunc_152755_a(java.net.URL p_152755_0_) 
      static intfunc_76181_a() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HttpUtil

        +
        public HttpUtil()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        buildPostString

        +
        public static java.lang.String buildPostString(java.util.Map p_76179_0_)
        +
      • +
      + + + +
        +
      • +

        func_151226_a

        +
        public static java.lang.String func_151226_a(java.net.URL p_151226_0_,
        +                             java.util.Map p_151226_1_,
        +                             boolean p_151226_2_)
        +
      • +
      + + + +
        +
      • +

        func_151223_a

        +
        public static void func_151223_a(java.io.File p_151223_0_,
        +                 java.lang.String p_151223_1_,
        +                 HttpUtil.DownloadListener p_151223_2_,
        +                 java.util.Map p_151223_3_,
        +                 int p_151223_4_,
        +                 IProgressUpdate p_151223_5_,
        +                 java.net.Proxy p_151223_6_)
        +
      • +
      + + + +
        +
      • +

        func_76181_a

        +
        public static int func_76181_a()
        +                        throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        func_152755_a

        +
        public static java.lang.String func_152755_a(java.net.URL p_152755_0_)
        +                                      throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3