Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.net.URLStreamHandlerFactory

Uses of URLStreamHandlerFactory in java.net
 

Fields in java.net declared as URLStreamHandlerFactory
private static URLStreamHandlerFactory URL.factory
          If an application installs its own protocol handler factory, this is where we keep track of it.
private  URLStreamHandlerFactory URLClassLoader.factory
          Factory used to get the protocol handlers of the URLs
 

Methods in java.net with parameters of type URLStreamHandlerFactory
static void URL.setURLStreamHandlerFactory(URLStreamHandlerFactory fac)
          Sets the URLStreamHandlerFactory for this class.
 

Constructors in java.net with parameters of type URLStreamHandlerFactory
URLClassLoader(URL[] urls, java.lang.ClassLoader parent, URLStreamHandlerFactory factory)
          Creates a URLClassLoader that gets classes from the supplied URLs.