Returns the decoded authority component of this URI.
Returns the decoded fragment component of this URI.
Returns the host component of this URI.
Returns the decoded path component of this URI.
Returns the port number of this URI.
Returns the decoded query component of this URI.
Returns the raw authority component of this URI.
Returns the raw fragment component of this URI.
Returns the raw path component of this URI.
Returns the raw query component of this URI.
Returns the raw scheme-specific part of this URI.
Returns the raw user-information component of this URI.
Returns the scheme component of this URI.
Returns the decoded scheme-specific part of this URI.
Returns the decoded user-information component of this URI.
Tells whether or not this URI is absolute.
Tells whether or not this URI is opaque.
Normalizes this URI's path.
Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
Constructs a new URI by parsing the given string and then resolving it against this URI.
Returns the content of this URI as a US-ASCII string.
Constructs a URL from this URI.
Static
create
Represents a Uniform Resource Identifier (URI) reference.
See java.net.URI for full documentation