| Package | Description |
|---|---|
| java.net |
Provides the classes for implementing networking applications.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
URL.setURLStreamHandlerFactory(URLStreamHandlerFactory fac)
Sets an application's
URLStreamHandlerFactory. |
| Constructor and Description |
|---|
URLClassLoader(URL[] urls,
ClassLoader parent,
URLStreamHandlerFactory factory)
Constructs a new URLClassLoader for the specified URLs, parent
class loader, and URLStreamHandlerFactory.
|
Copyright © 2013 CableLabs. All rights reserved.