Uses of Interface
java.net.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.net
Modifier and TypeMethodDescriptionstatic void
Sets an application'sURLStreamHandlerFactory
.ModifierConstructorDescriptionURLClassLoader(String name, URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory)
Constructs a new namedURLClassLoader
for 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.spi
Modifier and TypeClassDescriptionclass
URL stream handler service-provider class. -
Uses of URLStreamHandlerFactory in javax.management.loading
ModifierConstructorDescriptionMLet(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.