- All Known Implementing Classes:
Url
public interface IUrl
-
Method Details
-
getFragment
String getFragment() -
getQuery
IParameters getQuery() -
getPath
-
getPathNames
-
getHost
IHost getHost() -
getAuthentication
IAuthentication getAuthentication() -
getScheme
-
getPort
int getPort() -
getHostname
String getHostname() -
getPathString
String getPathString() -
getUserName
String getUserName() -
getPassword
String getPassword() -
encoded
String encoded() -
decoded
String decoded() -
toURL
- Throws:
MalformedURLException
-
toURI
- Throws:
URISyntaxException
-