| Package | Description |
|---|---|
| java.net |
Provides the classes for implementing networking applications.
|
| javax.management.loading |
Provides the classes which implement advanced dynamic loading.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
URL.setURLStreamHandlerFactory(URLStreamHandlerFactory
Sets an application's
URLStreamHandlerFactory.
|
| Constructor and Description | |
|---|---|
URLClassLoader(URL
Constructs a new URLClassLoader for the specified URLs, parent class loader, and URLStreamHandlerFactory.
|
| Constructor and Description | |
|---|---|
MLet(URL
Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
|
|
MLet(URL
Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
|
|
PrivateMLet(URL
Constructs a new PrivateMLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
|