Uses of Interface
java.net.URLStreamHandlerFactory
Packages that use URLStreamHandlerFactory
Package
Description
Provides the classes for implementing networking applications.
Service-provider classes for the 
java.net package.Provides the classes which implement advanced dynamic
        loading.
- 
Uses of URLStreamHandlerFactory in java.netMethods in java.net with parameters of type URLStreamHandlerFactoryModifier and TypeMethodDescriptionstatic voidSets an application'sURLStreamHandlerFactory.Constructors in java.net with parameters of type URLStreamHandlerFactoryModifierConstructorDescriptionURLClassLoader(String name, URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory)Constructs a new namedURLClassLoaderfor the specified URLs, parent class loader, and URLStreamHandlerFactory.URLClassLoader(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory)Constructs a new URLClassLoader for the specified URLs, parent class loader, and URLStreamHandlerFactory.
- 
Uses of URLStreamHandlerFactory in java.net.spiClasses in java.net.spi that implement URLStreamHandlerFactoryModifier and TypeClassDescriptionclassURL stream handler service-provider class.
- 
Uses of URLStreamHandlerFactory in javax.management.loadingConstructors in javax.management.loading with parameters of type URLStreamHandlerFactoryModifierConstructorDescriptionMLet(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory)Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.MLet(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory, boolean delegateToCLR)Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.PrivateMLet(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory, boolean delegateToCLR)Constructs a new PrivateMLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.