Class Provider

  • All Implemented Interfaces:
    java.net.URLStreamHandlerFactory

    public class Provider
    extends java.net.spi.URLStreamHandlerProvider
    A URL stream handler provider that returns a URL stream handler that can handle the "safkeyringjcehybrid" URL protocol.
    • Constructor Summary

      Constructors 
      Constructor Description
      Provider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URLStreamHandler createURLStreamHandler​(java.lang.String protocol)
      Creates a new URLStreamHandler instance with the specified protocol.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Provider

        public Provider()
    • Method Detail

      • createURLStreamHandler

        public java.net.URLStreamHandler createURLStreamHandler​(java.lang.String protocol)
        Creates a new URLStreamHandler instance with the specified protocol.
        Parameters:
        protocol - URL protocol, such as "safkeyringjcehybrid"
        Returns:
        a URLStreamHandler for the specified protocol, or null if a handler for the specified protocol cannot be created.