Interface URLHandler


  • public interface URLHandler
    A facade above the URLStreamHandler interface, so we can use URL handlers with different kinds of class loaders and registration rather than relying on the global classpath like the java.net.URL class
    • Method Detail

      • openStream

        java.io.InputStream openStream​(java.lang.String url)
        Returns the stream to the given URL