Class ModJarURLHandler


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

      Fields 
      Modifier and Type Field Description
      private static org.apache.logging.log4j.Logger LOGGER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean equals​(java.net.URL u1, java.net.URL u2)  
      protected int hashCode​(java.net.URL u)  
      protected java.net.URLConnection openConnection​(java.net.URL url)  
      • Methods inherited from class java.net.URLStreamHandler

        getDefaultPort, getHostAddress, 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

      • LOGGER

        private static final org.apache.logging.log4j.Logger LOGGER
    • Constructor Detail

      • ModJarURLHandler

        public ModJarURLHandler()
    • Method Detail

      • openConnection

        protected java.net.URLConnection openConnection​(java.net.URL url)
        Specified by:
        openConnection in class java.net.URLStreamHandler
      • hashCode

        protected int hashCode​(java.net.URL u)
        Overrides:
        hashCode in class java.net.URLStreamHandler
      • equals

        protected boolean equals​(java.net.URL u1,
                                 java.net.URL u2)
        Overrides:
        equals in class java.net.URLStreamHandler