Uses of Class java.net.URI

Uses in package javax.tools

Methods with return type java.net.URI

URI
Returns a URI that represents this file object.

Uses in package gnu.java.awt.peer

Methods with parameter type java.net.URI

void
void
void

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 javax.print

Methods with return type java.net.URI

URI
Returns the unsupported URI which caused this exception.

Uses in package gnu.javax.print.ipp.attribute.job

Constructors with parameter type java.net.URI

Creates a JobMoreInfo object.
Creates a JobPrinterUri object.
Creates a JobUri object.

Uses in package gnu.javax.print.ipp

Constructors with parameter type java.net.URI

Creates a IppMultiDocPrintService object.
IppPrintService.IppPrintService(URI uri, String username, String password)
Creates a IppPrintService object.
IppRequest.IppRequest(URI uri, String user, String password)
Creates an IPPRequest instance.
IppResponse.IppResponse(URI uri, short operation_id)
Creates an IppResponse instance.

Methods with return type java.net.URI

URI
Returns the uri of the original request.

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.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.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 gnu.java.net

Methods with parameter type java.net.URI

void
List

Uses in package gnu.javax.print.ipp.attribute.supported

Constructors with parameter type java.net.URI

Creates a PrinterUriSupported object.

Uses in package gnu.javax.print

Constructors with parameter type java.net.URI

CupsPrintService.CupsPrintService(URI uri, String username, String password)
Creates a CupsPrintService object.
CupsServer.CupsServer(URI uri, String username, String password)
Creates a CupsServer object which tries to connect to a running cups server on the given URI.
PrintUriException.PrintUriException(int reason, URI unsupportedUri)
Constructs a PrintUriException with the given reason and unsupported URI instance.
PrintUriException.PrintUriException(Exception e, int reason, URI unsupportedUri)
Constructs a PrintUriException with the given reason and unsupported URI instance.
PrintUriException.PrintUriException(String s, int reason, URI unsupportedUri)
Constructs a PrintUriException with the given reason and unsupported URI instance.
PrintUriException.PrintUriException(String s, Exception e, int reason, URI unsupportedUri)
Constructs a PrintUriException with the given reason and unsupported URI instance.

Methods with return type java.net.URI

URI

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.

Uses in package java.awt.peer

Methods with parameter type java.net.URI

void
void
DesktopPeer.mail(URI mailtoURL)

Uses in package gnu.javax.print.ipp.attribute.printer

Constructors with parameter type java.net.URI

Creates a PrinterDriverInstaller object.

Uses in package gnu.javax.print.ipp.attribute

Methods with return type java.net.URI

URI
Returns the attribute value decoded as an URI.