Package | Description |
---|---|
java.net |
Provides the classes for implementing networking applications.
|
java.net.spi |
Service-provider classes for the
java.net package. |
javax.management.loading |
Provides the classes which implement advanced dynamic
loading.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
URL.setURLStreamHandlerFactory(URLStreamHandlerFactory fac) |
Sets an application's
URLStreamHandlerFactory . |
Constructor | Description |
---|---|
URLClassLoader(String name,
URL[] urls,
ClassLoader parent,
URLStreamHandlerFactory factory) |
Constructs a new named
URLClassLoader 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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
URLStreamHandlerProvider |
URL stream handler service-provider class.
|
Constructor | Description |
---|---|
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.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps