Package | Description |
---|---|
java.io | |
java.net | |
java.rmi | |
java.rmi.server |
Modifier and Type | Method and Description |
---|---|
URL |
File.toURL() |
Modifier and Type | Method and Description |
---|---|
URL |
URI.toURL() |
Constructor and Description |
---|
JarURLConnection(URL url)
Constructor to be used by subclasses to initialize this JarURLConnection.
|
URL(String spec)
Creates a new URL instance by parsing the string
spec . |
URL(String protocol,
String host,
int port,
String file)
Creates a new URL instance using the given arguments.
|
URL(String protocol,
String host,
int port,
String file,
URLStreamHandler handler)
Creates a new URL instance using the given arguments.
|
URL(String protocol,
String host,
String file)
Creates a new URL instance using the given arguments.
|
URL(URL context,
String spec)
Creates a new URL to the specified resource
spec . |
URL(URL context,
String spec,
URLStreamHandler handler)
Creates a new URL to the specified resource
spec . |
Modifier and Type | Method and Description |
---|---|
static void |
Naming.bind(String name,
Remote obj) |
static String[] |
Naming.list(String name) |
static Remote |
Naming.lookup(String name) |
static void |
Naming.rebind(String name,
Remote obj) |
static void |
Naming.unbind(String name) |
Modifier and Type | Method and Description |
---|---|
static ClassLoader |
RMIClassLoader.getClassLoader(String codebase) |
Class |
LoaderHandler.loadClass(String name) |
static Class |
RMIClassLoader.loadClass(String name)
Deprecated.
|
static Class |
RMIClassLoader.loadClass(String codebase,
String name) |
Class |
LoaderHandler.loadClass(URL codebase,
String name) |
static Class |
RMIClassLoader.loadClass(URL codebase,
String name) |