Class Handler

  • Direct Known Subclasses:
    Handler

    public class Handler
    extends java.net.URLStreamHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static boolean install_prompted  
    • Constructor Summary

      Constructors 
      Constructor Description
      Handler()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.net.URL getProxy​(java.net.URL u)  
      private static void installPlugin()  
      java.net.URLConnection openConnection​(java.net.URL u)  
      • Methods inherited from class java.net.URLStreamHandler

        equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
      • Methods inherited from class java.lang.Object

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

      • install_prompted

        private static boolean install_prompted
    • Constructor Detail

      • Handler

        public Handler()
    • Method Detail

      • openConnection

        public java.net.URLConnection openConnection​(java.net.URL u)
                                              throws java.io.IOException
        Specified by:
        openConnection in class java.net.URLStreamHandler
        Throws:
        java.io.IOException
      • getProxy

        private java.net.URL getProxy​(java.net.URL u)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • installPlugin

        private static void installPlugin()