JavaTM 2 Platform
Standard Ed. 5.0

Uses of Interface
java.net.URLStreamHandlerFactory

Packages that use URLStreamHandlerFactory
java.net Provides the classes for implementing networking applications. 
javax.management.loading Provides the classes which implement advanced dynamic loading. 
 

Uses of URLStreamHandlerFactory in java.net
 

Methods in java.net with parameters of type URLStreamHandlerFactory
static void URL.setURLStreamHandlerFactory(URLStreamHandlerFactory fac)
          Sets an application's URLStreamHandlerFactory.
 

Constructors in java.net with parameters of type 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 javax.management.loading
 

Constructors in javax.management.loading with parameters of type URLStreamHandlerFactory
MLet(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.
 


JavaTM 2 Platform
Standard Ed. 5.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.