Class VfsUrlStreamHandlerFactory

  • All Implemented Interfaces:
    java.net.URLStreamHandlerFactory

    @Deprecated(forRemoval=true)
    public class VfsUrlStreamHandlerFactory
    extends java.lang.Object
    implements java.net.URLStreamHandlerFactory
    Deprecated, for removal: This API element is subject to removal in a future version.
    URLStreamHandlerFactory providing URLStreamHandlers for VFS based URLS.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.String,​java.net.URLStreamHandler> handlerMap
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      VfsUrlStreamHandlerFactory()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.net.URLStreamHandler createURLStreamHandler​(java.lang.String protocol)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

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

      • handlerMap

        private static java.util.Map<java.lang.String,​java.net.URLStreamHandler> handlerMap
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • VfsUrlStreamHandlerFactory

        public VfsUrlStreamHandlerFactory()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • createURLStreamHandler

        public java.net.URLStreamHandler createURLStreamHandler​(java.lang.String protocol)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        createURLStreamHandler in interface java.net.URLStreamHandlerFactory