Class Handler


  • public class Handler
    extends java.net.URLStreamHandler
    Stream handler for data URLs.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.apache.commons.logging.Log LOG
      Logging support.
    • Constructor Summary

      Constructors 
      Constructor Description
      Handler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.net.URLConnection openConnection​(java.net.URL url)
      Returns a new URLConnection for this URL.
      • 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

      • LOG

        private static final org.apache.commons.logging.Log LOG
        Logging support.
    • Constructor Detail

      • Handler

        public Handler()
    • Method Detail

      • openConnection

        protected java.net.URLConnection openConnection​(java.net.URL url)
        Returns a new URLConnection for this URL.
        Specified by:
        openConnection in class java.net.URLStreamHandler
        Parameters:
        url - the JavaScript URL
        Returns:
        the connection