Package java.net
Class URL
- java.lang.Object
-
- java.net.URL
-
public class URL extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Constructor Detail
-
URL
public URL(java.lang.String protocol, java.lang.String hostName, int port, java.lang.String path)
-
URL
public URL(java.lang.String path) throws MalformedURLException- Throws:
MalformedURLException
-
-