From 26d42f2003eedd47fc381fea2a4a3cc77c41b2ae Mon Sep 17 00:00:00 2001
From: chegar
Otherwise the new URI's authority component is copied from - * this URI, and its path is computed as follows:
Two hierarchical URIs with identical schemes are ordered - * according to the ordering of their authority components:
Finally, two hierarchical URIs with identical schemes and * authority components are ordered according to the ordering of their diff --git a/src/share/classes/java/net/package.html b/src/share/classes/java/net/package.html index 7c7058d7b..12dfe9803 100644 --- a/src/share/classes/java/net/package.html +++ b/src/share/classes/java/net/package.html @@ -31,18 +31,18 @@ Provides the classes for implementing networking applications.
The java.net package can be roughly divided in two sections:
A Low Level API, which deals with the following abstractions:
A Low Level API, which deals with the following abstractions:
Addresses, which are networking identifiers, like IP addresses.
Sockets, which are basic bidirectional data communication mechanisms.
Interfaces, which describe network interfaces.
A High Level API, which deals with the following abstractions:
A High Level API, which deals with the following abstractions:
URIs, which represent Universal Resource Identifiers.
URLs, which represent Universal Resource Locators.
Connections, which represents connections to the resource pointed to by URLs.
Addresses are used throughout the java.net APIs as either host identifiers, or socket endpoint identifiers.
-- GitLab