- getAuthority() - Method in class java.net.URI
-
Returns the decoded authority component of this URI.
- getFragment() - Method in class java.net.URI
-
Returns the decoded fragment component of this URI.
- getHost() - Method in class java.net.URI
-
Returns the host component of this URI.
- getIndex() - Method in exception java.net.URISyntaxException
-
Returns an index into the input string of the position at which the
parse error occurred, or -1
if this position is not known.
- getInput() - Method in exception java.net.URISyntaxException
-
Returns the input string.
- getMessage() - Method in exception java.net.URISyntaxException
-
Returns a string describing the parse error.
- getPath() - Method in class java.net.URI
-
Returns the decoded path component of this URI.
- getPort() - Method in class java.net.URI
-
Returns the port number of this URI.
- getQuery() - Method in class java.net.URI
-
Returns the decoded query component of this URI.
- getRawAuthority() - Method in class java.net.URI
-
Returns the raw authority component of this URI.
- getRawFragment() - Method in class java.net.URI
-
Returns the raw fragment component of this URI.
- getRawPath() - Method in class java.net.URI
-
Returns the raw path component of this URI.
- getRawQuery() - Method in class java.net.URI
-
Returns the raw query component of this URI.
- getRawSchemeSpecificPart() - Method in class java.net.URI
-
Returns the raw scheme-specific part of this URI.
- getRawUserInfo() - Method in class java.net.URI
-
Returns the raw user-information component of this URI.
- getReason() - Method in exception java.net.URISyntaxException
-
Returns a string explaining why the input string could not be parsed.
- getScheme() - Method in class java.net.URI
-
Returns the scheme component of this URI.
- getSchemeSpecificPart() - Method in class java.net.URI
-
Returns the decoded scheme-specific part of this URI.
- getUserInfo() - Method in class java.net.URI
-
Returns the decoded user-information component of this URI.