Class HTTPUtils


  • public class HTTPUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HTTPUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String authenticationRequest()  
      static java.lang.String fileNotFound()  
      static java.lang.String getLastError()  
      static java.net.URLConnection openURL​(java.lang.String url)  
      static java.lang.String requestOK()  
      • Methods inherited from class java.lang.Object

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

      • HTTPUtils

        public HTTPUtils()
    • Method Detail

      • getLastError

        public static java.lang.String getLastError()
      • requestOK

        public static java.lang.String requestOK()
      • fileNotFound

        public static java.lang.String fileNotFound()
      • authenticationRequest

        public static java.lang.String authenticationRequest()
      • openURL

        public static java.net.URLConnection openURL​(java.lang.String url)