Class Handler


  • public final class Handler
    extends java.net.URLStreamHandler
    URLStreamHandler implementation for jimfs. Named Handler so that the class can be found by Java as described in the documentation for URL.

    This class is only public because it is necessary for Java to find it. It is not intended to be used directly.

    Since:
    1.1
    Author:
    Colin Decker
    • Constructor Summary

      Constructors 
      Constructor Description
      Handler()
      Deprecated.
      Not intended to be called directly; this class is only for use by Java itself.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.net.URLConnection openConnection​(java.net.URL 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
    • Constructor Detail

      • Handler

        @Deprecated
        public Handler()
        Deprecated.
        Not intended to be called directly; this class is only for use by Java itself.
    • Method Detail

      • openConnection

        protected java.net.URLConnection openConnection​(java.net.URL url)
                                                 throws java.io.IOException
        Specified by:
        openConnection in class java.net.URLStreamHandler
        Throws:
        java.io.IOException