Interface URLStreamHandlerPluginExtension

    • Method Detail

      • getURLStreamHandler

        java.net.URLStreamHandler getURLStreamHandler​(java.lang.String protocol)
        Get the URL handler for the specified protocol.
        Parameters:
        protocol - The name of the protocol.
        Returns:
        The handler for the protocol or null if it does not know it.