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.-
Uses of URLStreamHandlerFactory in java.net
Methods in java.net with parameters of type URLStreamHandlerFactoryModifier and TypeMethodDescriptionstatic void
Sets an application'sURLStreamHandlerFactory
.Constructors in java.net with parameters of type URLStreamHandlerFactoryModifierConstructorDescriptionURLClassLoader
(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
Classes in java.net.spi that implement URLStreamHandlerFactoryModifier and TypeClassDescriptionclass
URL stream handler service-provider class.