Uses of Class java.net.URI

Uses in package javax.print

Methods with return type java.net.URI

URI
Returns the unsupported URI which caused this exception.

Uses in package java.awt

Methods with parameter type java.net.URI

void
Launches the Desktop default browser to open the given uri.
void
Desktop.mail(URI mailtoURI)
Launches the Desktop default mailer, with the given mailtoURI as agrument.

Uses in package java.io

Constructors with parameter type java.net.URI

File.File(URI uri)
This method initializes a new File object to represent a file corresponding to the specified file: protocol URI.

Methods with return type java.net.URI

URI

Uses in package java.awt.peer

Methods with parameter type java.net.URI

void
void
DesktopPeer.mail(URI mailtoURL)

Uses in package javax.print.attribute.standard

Constructors with parameter type java.net.URI

Constructs a Destination object.
Constructs a PrinterMoreInfo object.
Constructs a PrinterMoreInfoManufacturer object.
Constructs a PrinterURI object.

Uses in package java.net

Methods with parameter type java.net.URI

int
Compare the URI with another URI.
void
Signals to the selector that a proxy was no available.
URI
Relativizes the given URI against this URI.
URI
Resolves the given URI against this URI
List
Returns the list of proxy settings for a given URI.

Methods with return type java.net.URI

URI
Create an URI from the given string
URI
Returns a normalized version of the URI.
URI
Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
URI
Relativizes the given URI against this URI.
URI
Resolves the given URI string against this URI
URI
Resolves the given URI against this URI
URI
Returns the equivalent URI object for this URL.

Uses in package javax.print.attribute

Constructors with parameter type java.net.URI

Creates a URISyntax object.

Methods with return type java.net.URI

URI
Returns the URI value of this syntax object.