软件包 | 描述 |
---|---|
java.net |
为实现网络应用程序提供类。
|
Modifier and Type | Method and Description |
---|---|
URI |
URI.parseServerAuthority()
试图解析这个URI的权限组件,如果定义为用户信息,主机和端口组件。
|
URI |
URL.toURI()
返回一个
URI 相当于这个URL。
|
Constructor and Description |
---|
URI(String str)
通过解析给定的字符串构造一个URI。
|
URI(String scheme, String ssp, String fragment)
从给定的组件构建一个URI。
|
URI(String scheme, String userInfo, String host, int port, String path, String query, String fragment)
构建了从给定的组件层次的URI。
|
URI(String scheme, String host, String path, String fragment)
构建了从给定的组件层次的URI。
|
URI(String scheme, String authority, String path, String query, String fragment)
构建了从给定的组件层次的URI。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.