java.lang.Object
net.anwiba.commons.reference.url.Url
- All Implemented Interfaces:
IUrl
-
Constructor Summary
ConstructorsConstructorDescriptionUrl(List<String> scheme, IAuthority authority, List<String> path, List<IParameter> parameters, String fragment) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.anwiba.commons.reference.url.IUrl
getPathNames, toURI, toURL
-
Constructor Details
-
Url
public Url(List<String> scheme, IAuthority authority, List<String> path, List<IParameter> parameters, String fragment)
-
-
Method Details
-
getScheme
-
getAuthentication
- Specified by:
getAuthenticationin interfaceIUrl
-
getHost
-
getPath
-
getQuery
-
getFragment
- Specified by:
getFragmentin interfaceIUrl
-
toString
-
getHostname
- Specified by:
getHostnamein interfaceIUrl
-
getPort
public int getPort() -
getPathString
- Specified by:
getPathStringin interfaceIUrl
-
getUserName
- Specified by:
getUserNamein interfaceIUrl
-
getPassword
- Specified by:
getPasswordin interfaceIUrl
-
encoded
-
isCommonEscapeSequence
-
decoded
-