Uses of Class
java.net.URI
-
Packages that use URI 软件包 描述 com.sun.jarsigner 此包包含用于定义jarsigner工具使用的签名机制的接口和类。com.sun.net.httpserver 提供简单的高级Http服务器API,可用于构建嵌入式HTTP服务器。com.sun.security.auth.login 提供Configuration的实现。java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.desktop 提供用于与各种桌面功能交互的接口和类。java.io 通过数据流,序列化和文件系统提供系统输入和输出。java.lang.module 通过解析和服务绑定来支持模块描述符和创建模块配置的类。java.net 提供实现网络应用程序的类。java.net.http HTTP客户端和WebSocket APIjava.nio.file 定义Java虚拟机的接口和类,以访问文件,文件属性和文件系统。java.nio.file.spi java.nio.file程序包的服务提供程序类。java.security 提供安全框架的类和接口。java.security.cert 提供用于解析和管理证书,证书吊销列表(CRL)和证书路径的类和接口。javax.print 提供Java™打印服务API的主要类和接口。javax.print.attribute 提供描述Java™打印服务属性类型的类和接口,以及如何将它们收集到属性集中。javax.print.attribute.standard 包javax.print.attribute.standard包含特定打印属性的类。javax.tools 为可以从程序调用的工具提供接口,例如编译器。javax.xml.catalog jdk.security.jarsigner 该包定义了用于签署jar文件的API。 -
-
Uses of URI in com.sun.jarsigner
Methods in com.sun.jarsigner that return URI 变量和类型 方法 描述 URIContentSignerParameters. getTimestampingAuthority()已过时。检索时间戳授权(TSA)的标识符。 -
Uses of URI in com.sun.net.httpserver
Methods in com.sun.net.httpserver that return URI 变量和类型 方法 描述 abstract URIHttpExchange. getRequestURI()获取请求URI -
Uses of URI in com.sun.security.auth.login
Constructors in com.sun.security.auth.login with parameters of type URI 构造器 描述 ConfigFile(URI uri)从指定的URI创建一个新的Configuration对象。 -
Uses of URI in java.awt
Methods in java.awt with parameters of type URI 变量和类型 方法 描述 voidDesktop. browse(URI uri)启动默认浏览器以显示URI。voidDesktop. mail(URI mailtoURI)启动用户默认邮件客户端的邮件撰写窗口,填充由mailto:URI指定的邮件字段。 -
Uses of URI in java.awt.desktop
Methods in java.awt.desktop that return URI 变量和类型 方法 描述 URIOpenURIEvent. getURI()获取URI应用程序被要求打开Constructors in java.awt.desktop with parameters of type URI 构造器 描述 OpenURIEvent(URI uri)构造一个OpenURIEvent。 -
Uses of URI in java.io
Methods in java.io that return URI 变量和类型 方法 描述 URIFile. toURI()构造一个表示此抽象路径名的file:URI。Constructors in java.io with parameters of type URI 构造器 描述 File(URI uri)通过将给定的file:URI转换为抽象路径名来创建新的File实例。 -
Uses of URI in java.lang.module
Methods in java.lang.module that return types with arguments of type URI 变量和类型 方法 描述 Optional<URI>ModuleReader. find(String name)查找资源,将URI返回给模块中的资源。Optional<URI>ModuleReference. location()返回此模块内容的位置(如果已知)。Constructors in java.lang.module with parameters of type URI 构造器 描述 ModuleReference(ModuleDescriptor descriptor, URI location)构造此类的新实例。 -
Uses of URI in java.net
Methods in java.net that return URI 变量和类型 方法 描述 static URIURI. create(String str)通过解析给定的字符串来创建URI。URIURI. normalize()规范化此URI的路径。URIURI. parseServerAuthority()尝试将此URI的权限组件(如果已定义)解析为用户信息,主机和端口组件。URIURI. relativize(URI uri)根据此URI重新激活给定的URI。URIURI. resolve(String str)通过解析给定的字符串然后针对此URI解析它来构造新的URI。URIURI. resolve(URI uri)根据此URI解析给定的URI。URIURL. toURI()返回与此URL等效的URI。Methods in java.net that return types with arguments of type URI 变量和类型 方法 描述 List<URI>CookieStore. getURIs()获取标识此cookie商店中的cookie的所有URI。Methods in java.net with parameters of type URI 变量和类型 方法 描述 voidCookieStore. add(URI uri, HttpCookie cookie)向商店添加一个HTTP cookie。intURI. compareTo(URI that)将此URI与另一个对象进行比较,该对象必须是URI。abstract voidProxySelector. connectFailed(URI uri, SocketAddress sa, IOException ioe)被调用以指示无法建立到代理/ socks服务器的连接。abstract Map<String,List<String>>CookieHandler. get(URI uri, Map<String,List<String>> requestHeaders)从请求标头中的指定uri获取cookie缓存中的所有适用cookie。List<HttpCookie>CookieStore. get(URI uri)检索与给定URI关联的cookie,或其域与给定URI匹配的cookie。abstract CacheResponseResponseCache. get(URI uri, String rqstMethod, Map<String,List<String>> rqstHeaders)根据请求的uri,请求方法和请求标头检索缓存的响应。abstract voidCookieHandler. put(URI uri, Map<String,List<String>> responseHeaders)设置所有适用的cookie,示例是名为Set-Cookie2的响应头字段,在响应头中显示为cookie缓存。abstract CacheRequestResponseCache. put(URI uri, URLConnection conn)协议处理程序在检索到资源后调用此方法,并且ResponseCache必须决定是否将资源存储在其缓存中。URIURI. relativize(URI uri)根据此URI重新激活给定的URI。booleanCookieStore. remove(URI uri, HttpCookie cookie)从商店中删除cookie。URIURI. resolve(URI uri)根据此URI解析给定的URI。abstract List<Proxy>ProxySelector. select(URI uri)根据协议选择所有适用的代理以访问资源,使用目标地址访问资源。booleanCookiePolicy. shouldAccept(URI uri, HttpCookie cookie)将被调用以查看是否应接受此cookie。 -
Uses of URI in java.net.http
Methods in java.net.http that return URI 变量和类型 方法 描述 abstract URIHttpRequest. uri()返回此请求的URI。URIHttpResponse. uri()返回收到响应的URI。Methods in java.net.http with parameters of type URI 变量和类型 方法 描述 CompletableFuture<WebSocket>WebSocket.Builder. buildAsync(URI uri, WebSocket.Listener listener)构建一个WebSocket,连接到给定的URI并与给定的Listener相关联。static HttpRequest.BuilderHttpRequest. newBuilder(URI uri)创建具有给定URI的HttpRequest构建器。HttpRequest.BuilderHttpRequest.Builder. uri(URI uri)设置此HttpRequest的请求URI。 -
Uses of URI in java.nio.file
Methods in java.nio.file that return URI 变量和类型 方法 描述 URIPath. toUri()返回表示此路径的URI。Methods in java.nio.file with parameters of type URI 变量和类型 方法 描述 static PathPaths. get(URI uri)将给定的URI转换为Path对象。static FileSystemFileSystems. getFileSystem(URI uri)返回对现有FileSystem的引用。static FileSystemFileSystems. newFileSystem(URI uri, Map<String,?> env)构造由URI标识的新文件系统static FileSystemFileSystems. newFileSystem(URI uri, Map<String,?> env, ClassLoader loader)构造由URI标识的新文件系统static PathPath. of(URI uri)通过转换URI返回Path。 -
Uses of URI in java.nio.file.spi
Methods in java.nio.file.spi with parameters of type URI 变量和类型 方法 描述 abstract FileSystemFileSystemProvider. getFileSystem(URI uri)返回此提供程序创建的现有FileSystem。abstract PathFileSystemProvider. getPath(URI uri)通过转换给定的URI返回Path对象。abstract FileSystemFileSystemProvider. newFileSystem(URI uri, Map<String,?> env)构造由URI标识的新FileSystem对象。 -
Uses of URI in java.security
Methods in java.security that return URI 变量和类型 方法 描述 URIDomainLoadStoreParameter. getConfiguration()获取域配置数据的标识符。URIURIParameter. getURI()返回URI。Constructors in java.security with parameters of type URI 构造器 描述 DomainLoadStoreParameter(URI configuration, Map<String,KeyStore.ProtectionParameter> protectionParams)使用用于保护密钥库数据的参数为密钥库域构造DomainLoadStoreParameter。URIParameter(URI uri)构造一个URIParameter,其URI指向用于SPI实现的数据。 -
Uses of URI in java.security.cert
Methods in java.security.cert that return URI 变量和类型 方法 描述 URIPKIXRevocationChecker. getOcspResponder()获取标识OCSP响应程序位置的URI。URIURICertStoreParameters. getURI()返回用于构造此URICertStoreParameters对象的URI。Methods in java.security.cert with parameters of type URI 变量和类型 方法 描述 voidPKIXRevocationChecker. setOcspResponder(URI uri)设置标识OCSP响应程序位置的URI。Constructors in java.security.cert with parameters of type URI 构造器 描述 URICertStoreParameters(URI uri)使用指定的URI创建URICertStoreParameters的实例。 -
Uses of URI in javax.print
Methods in javax.print that return URI 变量和类型 方法 描述 URIURIException. getUnsupportedURI()返回URI。 -
Uses of URI in javax.print.attribute
Methods in javax.print.attribute that return URI 变量和类型 方法 描述 URIURISyntax. getURI()返回此URI属性的URI值。Constructors in javax.print.attribute with parameters of type URI 构造器 描述 URISyntax(URI uri)使用指定的URI构造URI属性。 -
Uses of URI in javax.print.attribute.standard
Constructors in javax.print.attribute.standard with parameters of type URI 构造器 描述 Destination(URI uri)使用指定的URI构造新的目标属性。PrinterMoreInfo(URI uri)使用指定的URI构造一个新的打印机更多信息属性。PrinterMoreInfoManufacturer(URI uri)使用指定的URI构造新的打印机更多信息制造商属性。PrinterURI(URI uri)使用指定的URI构造一个新的PrinterURI属性。 -
Uses of URI in javax.tools
Fields in javax.tools declared as URI 变量和类型 字段 描述 protected URISimpleJavaFileObject. uri此文件对象的URI。Methods in javax.tools that return URI 变量和类型 方法 描述 URIFileObject. toUri()返回标识此文件对象的URI。Constructors in javax.tools with parameters of type URI 构造器 描述 SimpleJavaFileObject(URI uri, JavaFileObject.Kind kind)构造给定类型的SimpleJavaFileObject并使用给定的URI。 -
Uses of URI in javax.xml.catalog
Methods in javax.xml.catalog with parameters of type URI 变量和类型 方法 描述 static CatalogCatalogManager. catalog(CatalogFeatures features, URI... uris)使用指定的功能设置和uri(s)创建一个Catalog对象到一个或多个目录文件。static CatalogResolverCatalogManager. catalogResolver(CatalogFeatures features, URI... uris)使用指定的功能设置和uri(s)创建一个CatalogResolver的实例到一个或多个目录文件。 -
Uses of URI in jdk.security.jarsigner
Methods in jdk.security.jarsigner that return URI 变量和类型 方法 描述 URIJarSigner. getTsa()返回时间戳管理局(TSA)的URI。Methods in jdk.security.jarsigner with parameters of type URI 变量和类型 方法 描述 JarSigner.BuilderJarSigner.Builder. tsa(URI uri)设置时间戳机构(TSA)的URI。
-