Class HTTP

java.lang.Object
com.bradyrussell.uiscoin.HTTP

public class HTTP
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static boolean LogRequests  
    static boolean LogRequestTimes  
  • Constructor Summary

    Constructors 
    Constructor Description
    HTTP()  
  • Method Summary

    Modifier and Type Method Description
    static @Nullable java.lang.String request​(java.lang.String URL, java.lang.String Method, java.util.Map<java.lang.String,​java.lang.String> Properties, java.lang.String Content)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • HTTP

      public HTTP()
  • Method Details

    • request

      @Nullable public static @Nullable java.lang.String request​(java.lang.String URL, java.lang.String Method, java.util.Map<java.lang.String,​java.lang.String> Properties, java.lang.String Content) throws java.io.IOException
      Throws:
      java.io.IOException