Uses of Class java.net.MalformedURLException

Uses in package java.rmi

Methods which throw type java.net.MalformedURLException

void
Naming.bind(String name, Remote obj)
Try to bind the given object to the given service name.
String[]
Lists all services at the named registry.
Remote
Looks for the remote object that is associated with the named service.
void
Naming.rebind(String name, Remote obj)
Forces the binding between the given Remote-object and the given service name, even if there was already an object bound to this name.
void
Remove a binding for a given service name.

Uses in package java.io

Methods which throw type java.net.MalformedURLException

URL
This method returns a URL with the file: protocol that represents this file.

Uses in package java.rmi.server

Methods which throw type java.net.MalformedURLException

ClassLoader
Gets a classloader for the given codebase and with the current context classloader as parent.
ClassLoader
Class
Class
Class
Class
RMIClassLoader.loadClass(String codebase, String name, ClassLoader defaultLoader)
Class
RMIClassLoaderSpi.loadClass(String codeBase, String name, ClassLoader defaultLoader)
Class
LoaderHandler.loadClass(URL codebase, String name)
Class
Loads a class from codeBase.
Class
RMIClassLoader.loadProxyClass(String codeBase, String[] interfaces, ClassLoader defaultLoader)
Class
RMIClassLoaderSpi.loadProxyClass(String codeBase, String[] interfaces, ClassLoader defaultLoader)

Uses in package java.net

Constructors which throw type java.net.MalformedURLException

Creates a JarURLConnection from an URL object
URL.URL(String spec)
Initializes a URL from a complete string specification such as "http://www.urbanophile.com/arenn/".
URL.URL(String protocol, String host, int port, String file)
Constructs a URL and loads a protocol handler for the values passed as arguments.
URL.URL(String protocol, String host, int port, String file, URLStreamHandler ph)
This method initializes a new instance of URL with the specified protocol, host, port, and file.
URL.URL(String protocol, String host, String file)
Constructs a URL and loads a protocol handler for the values passed in as arugments.
URL.URL(URL context, String spec)
This method parses a String representation of a URL within the context of an existing URL.
URL.URL(URL context, String spec, URLStreamHandler ph)
Creates an URL from given arguments This method parses a String representation of a URL within the context of an existing URL.

Methods which throw type java.net.MalformedURLException

URL
Creates an URL from an URI