Uses of Class
java.net.URI
Packages that use URI
Package
Description
Provides a simple high-level Http server API, which can be used to build
   embedded HTTP servers.
Provides an implementation of 
Configuration.Contains all of the classes for creating user interfaces and for painting
 graphics and images.
Provides interfaces and classes for interaction with various desktop
 capabilities.
Provides for system input and output through data streams,
 serialization and the file system.
Classes to support module descriptors and creating configurations of modules
 by means of resolution and service binding.
Provides the classes for implementing networking applications.
HTTP Client and WebSocket APIs
Defines interfaces and classes for the Java virtual machine to access files,
 file attributes, and file systems.
Service-provider classes for the 
java.nio.file package.Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managing
 certificates, certificate revocation lists (CRLs), and
 certification paths.
Provides the principal classes and interfaces for the Java Print
 Service API.
Provides classes and interfaces that describe the types of Java Print
 Service attributes and how they can be collected into attribute sets.
Package 
javax.print.attribute.standard contains classes for specific
 printing attributes.Provides interfaces for tools which can be invoked from a program,
 for example, compilers.
Provides the classes for implementing
 
     XML Catalogs OASIS Standard V1.1, 7 October 2005.
This package defines APIs for signing jar files.
- 
Uses of URI in com.sun.net.httpserverMethods in com.sun.net.httpserver that return URIModifier and TypeMethodDescriptionabstract URIHttpExchange.getRequestURI()Returns the requestURI.Request.getRequestURI()Returns the requestURI.
- 
Uses of URI in com.sun.security.auth.loginConstructors in com.sun.security.auth.login with parameters of type URIModifierConstructorDescriptionConfigFile(URI uri) Create a newConfigurationobject from the specifiedURI.
- 
Uses of URI in java.awt
- 
Uses of URI in java.awt.desktopMethods in java.awt.desktop that return URIConstructors in java.awt.desktop with parameters of type URI
- 
Uses of URI in java.ioModifier and TypeMethodDescriptionFile.toURI()Constructs afile:URI that represents this abstract pathname.
- 
Uses of URI in java.lang.moduleMethods in java.lang.module that return types with arguments of type URIModifier and TypeMethodDescriptionFinds a resource, returning a URI to the resource in the module.ModuleReference.location()Returns the location of this module's content, if known.Constructors in java.lang.module with parameters of type URIModifierConstructorDescriptionprotectedModuleReference(ModuleDescriptor descriptor, URI location) Constructs a new instance of this class.
- 
Uses of URI in java.netModifier and TypeClassDescriptionfinal classRepresents a Uniform Resource Identifier (URI) reference.Modifier and TypeMethodDescriptionstatic URICreates a URI by parsing the given string.URI.normalize()Normalizes this URI's path.URI.parseServerAuthority()Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.URI.relativize(URI uri) Relativizes the given URI against this URI.Constructs a new URI by parsing the given string and then resolving it against this URI.Resolves the given URI against this URI.URL.toURI()Returns aURIequivalent to this URL.Modifier and TypeMethodDescriptionCookieStore.getURIs()Get all URIs which identify the cookies in this cookie store.Modifier and TypeMethodDescriptionvoidCookieStore.add(URI uri, HttpCookie cookie) Adds one HTTP cookie to the store.intCompares this URI to another object, which must be a URI.abstract voidProxySelector.connectFailed(URI uri, SocketAddress sa, IOException ioe) Called to indicate that a connection could not be established to a proxy/socks server.Gets all the applicable cookies from a cookie cache for the specified uri in the request header.Retrieve cookies associated with given URI, or whose domain matches the given URI.abstract CacheResponseRetrieve the cached response based on the requesting uri, request method and request headers.static URLURL.of(URI uri, URLStreamHandler handler) Creates a URL from a URI, as if by invokinguri.toURL(), but associating it with the givenURLStreamHandler, if allowed.abstract voidSets all the applicable cookies, examples are response header fields that are named Set-Cookie2, present in the response headers into a cookie cache.voidabstract CacheRequestResponseCache.put(URI uri, URLConnection conn) The protocol handler calls this method after a resource has been retrieved, and the ResponseCache must decide whether or not to store the resource in its cache.URI.relativize(URI uri) Relativizes the given URI against this URI.booleanCookieStore.remove(URI uri, HttpCookie cookie) Remove a cookie from store.Resolves the given URI against this URI.Selects all the applicable proxies based on the protocol to access the resource with and a destination address to access the resource at.booleanCookiePolicy.shouldAccept(URI uri, HttpCookie cookie) Will be called to see whether or not this cookie should be accepted.
- 
Uses of URI in java.net.httpMethods in java.net.http that return URIModifier and TypeMethodDescriptionabstract URIHttpRequest.uri()Returns this request'sURI.HttpResponse.uri()Returns theURIthat the response was received from.Methods in java.net.http with parameters of type URIModifier and TypeMethodDescriptionWebSocket.Builder.buildAsync(URI uri, WebSocket.Listener listener) static HttpRequest.BuilderHttpRequest.newBuilder(URI uri) Creates anHttpRequestbuilder with the given URI.Sets thisHttpRequest's requestURI.
- 
Uses of URI in java.nio.fileMethods in java.nio.file that return URIMethods in java.nio.file with parameters of type URIModifier and TypeMethodDescriptionstatic PathConverts the given URI to aPathobject.static FileSystemFileSystems.getFileSystem(URI uri) Returns a reference to an existingFileSystem.static FileSystemFileSystems.newFileSystem(URI uri, Map<String, ?> env) Constructs a new file system that is identified by aURIstatic FileSystemFileSystems.newFileSystem(URI uri, Map<String, ?> env, ClassLoader loader) Constructs a new file system that is identified by aURIstatic PathReturns aPathby converting a URI.
- 
Uses of URI in java.nio.file.spiMethods in java.nio.file.spi with parameters of type URIModifier and TypeMethodDescriptionabstract FileSystemFileSystemProvider.getFileSystem(URI uri) Returns an existingFileSystemcreated by this provider.abstract PathReturn aPathobject by converting the givenURI.abstract FileSystemFileSystemProvider.newFileSystem(URI uri, Map<String, ?> env) Constructs a newFileSystemobject identified by a URI.
- 
Uses of URI in java.securityMethods in java.security that return URIModifier and TypeMethodDescriptionDomainLoadStoreParameter.getConfiguration()Gets the identifier for the domain configuration data.URIParameter.getURI()Returns the URI.Constructors in java.security with parameters of type URIModifierConstructorDescriptionDomainLoadStoreParameter(URI configuration, Map<String, KeyStore.ProtectionParameter> protectionParams) Constructs aDomainLoadStoreParameterfor a keystore domain with the parameters used to protect keystore data.URIParameter(URI uri) Constructs aURIParameterwith the URI pointing to data intended for an SPI implementation.
- 
Uses of URI in java.security.certMethods in java.security.cert that return URIModifier and TypeMethodDescriptionPKIXRevocationChecker.getOcspResponder()Gets the URI that identifies the location of the OCSP responder.URICertStoreParameters.getURI()Returns the URI used to construct thisURICertStoreParametersobject.Methods in java.security.cert with parameters of type URIModifier and TypeMethodDescriptionvoidPKIXRevocationChecker.setOcspResponder(URI uri) Sets the URI that identifies the location of the OCSP responder.Constructors in java.security.cert with parameters of type URIModifierConstructorDescriptionCreates an instance ofURICertStoreParameterswith the specified URI.
- 
Uses of URI in javax.printMethods in javax.print that return URI
- 
Uses of URI in javax.print.attributeMethods in javax.print.attribute that return URIConstructors in javax.print.attribute with parameters of type URI
- 
Uses of URI in javax.print.attribute.standardConstructors in javax.print.attribute.standard with parameters of type URIModifierConstructorDescriptionDestination(URI uri) Constructs a new destination attribute with the specifiedURI.PrinterMoreInfo(URI uri) Constructs a new printer more info attribute with the specifiedURI.Constructs a new printer more info manufacturer attribute with the specifiedURI.PrinterURI(URI uri) Constructs a newPrinterURIattribute with the specifiedURI.
- 
Uses of URI in javax.toolsFields in javax.tools declared as URIModifier and TypeFieldDescriptionprotected final URISimpleJavaFileObject.uriA URI for this file object.Methods in javax.tools that return URIModifier and TypeMethodDescriptionFileObject.toUri()Returns a URI identifying this file object.ForwardingFileObject.toUri()SimpleJavaFileObject.toUri()Methods in javax.tools with parameters of type URIModifier and TypeMethodDescriptionstatic JavaFileObjectCreates aJavaFileObjectwhich represents the given source content.Constructors in javax.tools with parameters of type URIModifierConstructorDescriptionprotectedSimpleJavaFileObject(URI uri, JavaFileObject.Kind kind) Construct a SimpleJavaFileObject of the given kind and with the given URI.
- 
Uses of URI in javax.xml.catalogMethods in javax.xml.catalog with parameters of type URIModifier and TypeMethodDescriptionstatic CatalogCatalogManager.catalog(CatalogFeatures features, URI... uris) Creates aCatalogobject using the specified feature settings and uri(s) to one or more catalog files.static CatalogResolverCatalogManager.catalogResolver(CatalogFeatures features, URI... uris) Creates an instance of aCatalogResolverusing the specified feature settings and uri(s) to one or more catalog files.
- 
Uses of URI in jdk.security.jarsignerMethods in jdk.security.jarsigner that return URIModifier and TypeMethodDescriptionJarSigner.getTsa()Returns the URI of the Time Stamping Authority (TSA).Methods in jdk.security.jarsigner with parameters of type URIModifier and TypeMethodDescriptionSets the URI of the Time Stamping Authority (TSA).