Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
26d42f20
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
26d42f20
编写于
3月 03, 2011
作者:
C
chegar
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
7018137: HTML4 compliance issues
Summary: move end list items tags to after nested list Reviewed-by: alanb
上级
6f11d120
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
8 addition
and
8 deletion
+8
-8
src/share/classes/java/net/URI.java
src/share/classes/java/net/URI.java
+4
-4
src/share/classes/java/net/package.html
src/share/classes/java/net/package.html
+4
-4
未找到文件。
src/share/classes/java/net/URI.java
浏览文件 @
26d42f20
...
...
@@ -991,7 +991,7 @@ public final class URI
* authority and path are taken from the given URI. </p></li>
*
* <li><p> Otherwise the new URI's authority component is copied from
* this URI, and its path is computed as follows: </p>
</li>
* this URI, and its path is computed as follows: </p>
*
* <ol type=a>
*
...
...
@@ -1005,7 +1005,7 @@ public final class URI
* path and then normalizing the result as if by invoking the {@link
* #normalize() normalize} method. </p></li>
*
* </ol>
* </ol>
</li>
*
* </ol>
*
...
...
@@ -1511,7 +1511,7 @@ public final class URI
* fragments. </p></li>
*
* <li><p> Two hierarchical URIs with identical schemes are ordered
* according to the ordering of their authority components: </p>
</li>
* according to the ordering of their authority components: </p>
*
* <ul type=disc>
*
...
...
@@ -1526,7 +1526,7 @@ public final class URI
* the URIs are ordered according to the ordering of their authority
* components. </p></li>
*
* </ul>
* </ul>
</li>
*
* <li><p> Finally, two hierarchical URIs with identical schemes and
* authority components are ordered according to the ordering of their
...
...
src/share/classes/java/net/package.html
浏览文件 @
26d42f20
...
...
@@ -31,18 +31,18 @@ Provides the classes for implementing networking applications.
<p>
The java.net package can be roughly divided in two sections:
</p>
<ul>
<li>
<p><i>
A Low Level API
</i>
, which deals with the following abstractions:
</p>
</li>
<li>
<p><i>
A Low Level API
</i>
, which deals with the following abstractions:
</p>
<ul>
<li><p><i>
Addresses
</i>
, which are networking identifiers, like IP addresses.
</p></li>
<li><p><i>
Sockets
</i>
, which are basic bidirectional data communication mechanisms.
</p></li>
<li><p><i>
Interfaces
</i>
, which describe network interfaces.
</p></li>
</ul>
<li>
<p><i>
A High Level API
</i>
, which deals with the following abstractions:
</p>
</li>
</ul>
</li>
<li>
<p><i>
A High Level API
</i>
, which deals with the following abstractions:
</p>
<ul>
<li><p><i>
URIs
</i>
, which represent Universal Resource Identifiers.
</p></li>
<li><p><i>
URLs
</i>
, which represent Universal Resource Locators.
</p></li>
<li><p><i>
Connections
</i>
, which represents connections to the resource pointed to by
<i>
URLs
</i>
.
</p></li>
</ul>
</ul>
</li>
</ul>
<h2>
Addresses
</h2>
<p>
Addresses are used throughout the java.net APIs as either host identifiers, or socket endpoint identifiers.
</p>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录