Package tv.hd3g.transfertfiles
Class URLAccess
- java.lang.Object
-
- tv.hd3g.transfertfiles.URLAccess
-
public class URLAccess extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Map<String,Integer>defaultPorts
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()Map<String,List<String>>getOptionZone()char[]getPassword()StringgetPath()intgetPort()StringgetProtectedRessourceURL()StringgetProtocol()StringgetUsername()
-
-
-
Constructor Detail
-
URLAccess
public URLAccess(String url)
- Parameters:
url- like "uuu://user:password@host:port/path/dir/subdir?option0=value0&option1&password="o&^o:o?o|o+0\\o=O,O#o0@;;o&!0-o_o~o\"&option3=ff" ... Don't add "?" in the first password aera (and neither on protocol/user/host/path zone).
-
-