Package java.net
Class URI
java.lang.Object
java.net.URI
- All Implemented Interfaces:
Serializable,Comparable<URI>
- See Also:
-
Constructor Details
-
URI
- Throws:
URISyntaxException
-
URI
- Throws:
URISyntaxException
-
-
Method Details
-
normalize
-
getPath
-
getScheme
-
getSchemeSpecificPart
-
getRawSchemeSpecificPart
-
getHost
-
getAuthority
-
getRawAuthority
-
getUserInfo
-
getRawUserInfo
-
getPort
-
getRawPath
-
getRawQuery
-
getQuery
-
getRawFragment
-
getFragment
-
compareTo
- Specified by:
compareToin interfaceComparable<URI>
-