Uses of Class
java.net.MalformedURLException
-
Packages that use MalformedURLException 软件包 描述 java.io 通过数据流,序列化和文件系统提供系统输入和输出。java.net 提供实现网络应用程序的类。java.rmi 提供RMI包。java.rmi.server 提供用于支持RMI服务器端的类和接口。javax.management.remote 用于远程访问JMX MBean服务器的接口。 -
-
Uses of MalformedURLException in java.io
Methods in java.io that throw MalformedURLException 变量和类型 方法 描述 URLFile. toURL()已过时。此方法不会自动转义URL中非法的字符。 -
Uses of MalformedURLException in java.net
Methods in java.net that throw MalformedURLException 变量和类型 方法 描述 URLURI. toURL()根据此URI构造URL。Constructors in java.net that throw MalformedURLException 构造器 描述 JarURLConnection(URL url)将新的JarURLConnection创建为指定的URL。URL(String spec)从String表示创建URL对象。URL(String protocol, String host, int port, String file)创建URL从指定对象protocol,host,port号和file。URL(String protocol, String host, int port, String file, URLStreamHandler handler)创建URL从指定对象protocol,host,port数,file,和handler。URL(String protocol, String host, String file)根据指定的protocol名称,host名称和file名称创建URL。URL(URL context, String spec)通过解析指定上下文中的给定规范来创建URL。URL(URL context, String spec, URLStreamHandler handler)通过使用指定上下文中的指定处理程序解析给定规范来创建URL。 -
Uses of MalformedURLException in java.rmi
Methods in java.rmi that throw MalformedURLException 变量和类型 方法 描述 static voidNaming. bind(String name, Remote obj)将指定的name绑定到远程对象。static String[]Naming. list(String name)返回注册表中绑定的名称数组。static RemoteNaming. lookup(String name)返回与指定的name关联的远程对象的引用(stub)。static voidNaming. rebind(String name, Remote obj)将指定的名称重新绑定到新的远程对象。static voidNaming. unbind(String name)销毁与远程对象关联的指定名称的绑定。 -
Uses of MalformedURLException in java.rmi.server
Methods in java.rmi.server that throw MalformedURLException 变量和类型 方法 描述 static ClassLoaderRMIClassLoader. getClassLoader(String codebase)返回一个类加载器,它从给定的代码库URL路径加载类。abstract ClassLoaderRMIClassLoaderSpi. getClassLoader(String codebase)类<?>LoaderHandler. loadClass(String name)已过时。没有替代品类<?>LoaderHandler. loadClass(URL codebase, String name)已过时。没有替代品static 类<?>RMIClassLoader. loadClass(String name)已过时。由loadClass(String,String)方法取代static 类<?>RMIClassLoader. loadClass(String codebase, String name)从代码库URL路径加载类。static 类<?>RMIClassLoader. loadClass(String codebase, String name, ClassLoader defaultLoader)从代码库URL路径加载一个类,可选地使用提供的加载器。static 类<?>RMIClassLoader. loadClass(URL codebase, String name)从代码库URL加载一个类。abstract 类<?>RMIClassLoaderSpi. loadClass(String codebase, String name, ClassLoader defaultLoader)static 类<?>RMIClassLoader. loadProxyClass(String codebase, String[] interfaces, ClassLoader defaultLoader)加载动态代理类(请参阅Proxy),该类使用代码库URL路径中的给定名称实现一组接口。abstract 类<?>RMIClassLoaderSpi. loadProxyClass(String codebase, String[] interfaces, ClassLoader defaultLoader) -
Uses of MalformedURLException in javax.management.remote
Constructors in javax.management.remote that throw MalformedURLException 构造器 描述 JMXServiceURL(String serviceURL)通过解析服务URL字符串构造JMXServiceURL。JMXServiceURL(String protocol, String host, int port)使用给定的协议,主机和端口构造JMXServiceURL。JMXServiceURL(String protocol, String host, int port, String urlPath)使用给定的部分构造JMXServiceURL。
-