Class powersoft.jcm.net.URLComponents
All Packages Class Hierarchy This Package Previous Next Index
Class powersoft.jcm.net.URLComponents
java.lang.Object
|
+----powersoft.jcm.net.URLComponents
- public class URLComponents
- extends Object
This components contains a URL.
- See Also:
- java
-
_file
-
-
_host
-
-
_port
-
-
_protocol
-
-
_ref
-
-
URLComponents()
- Createsan instance of URLComponents
_protocol
public String _protocol
_host
public String _host
_port
public int _port
_file
public String _file
_ref
public String _ref
URLComponents
public URLComponents()
- Createsan instance of URLComponents
All Packages Class Hierarchy This Package Previous Next Index