Class HTTPRequest


  • public final class HTTPRequest
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.google.gson.JsonElement jsonRequest​(com.google.gson.JsonElement request, java.lang.String method, java.net.URL url)  
      static com.google.gson.JsonElement jsonRequest​(com.google.gson.JsonElement request, java.net.URL url)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • jsonRequest

        public static com.google.gson.JsonElement jsonRequest​(com.google.gson.JsonElement request,
                                                              java.net.URL url)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • jsonRequest

        public static com.google.gson.JsonElement jsonRequest​(com.google.gson.JsonElement request,
                                                              java.lang.String method,
                                                              java.net.URL url)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException