Package java.net
Class URI
java.lang.Object
java.net.URI
- All Implemented Interfaces:
Serializable
,Comparable
- See Also:
-
Constructor Details
-
URI
- Throws:
URISyntaxException
-
URI
- Throws:
URISyntaxException
-
URI
public URI(String var0, String var1, String var2, int var3, String var4, String var5, String var6) throws URISyntaxException - Throws:
URISyntaxException
-
URI
- Throws:
URISyntaxException
-
URI
public URI(String var0, String var1, String var2, String var3, String var4) throws URISyntaxException - Throws:
URISyntaxException
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
create
-
getAuthority
-
getFragment
-
getHost
-
getPath
-
getPort
public int getPort() -
getQuery
-
getRawAuthority
-
getRawFragment
-
getRawPath
-
getRawQuery
-
getRawSchemeSpecificPart
-
getRawUserInfo
-
getScheme
-
getSchemeSpecificPart
-
getUserInfo
-
isAbsolute
public boolean isAbsolute() -
isOpaque
public boolean isOpaque() -
normalize
-
parseServerAuthority
- Throws:
URISyntaxException
-
relativize
-
resolve
-
resolve
-
toASCIIString
-
toURL
- Throws:
MalformedURLException
-