< prev index next >

src/java.base/share/classes/java/net/doc-files/net-properties.html

Print this page
@@ -1,8 +1,8 @@
  <!DOCTYPE HTML>
  <!--
-  Copyright (c) 1998, 2020, Oracle and/or its affiliates. All rights reserved.
+  Copyright (c) 1998, 2021, Oracle and/or its affiliates. All rights reserved.
   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  
   This code is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License version 2 only, as
   published by the Free Software Foundation.  Oracle designates this

@@ -59,11 +59,11 @@
  	IPv6 ones. This is to ensure backward compatibility: for example,
  	for applications that depend on the representation of an IPv4 address
  	(e.g. 192.168.1.1). This property can be set to <B>true</B> to
  	change that preference and use IPv6 addresses over IPv4 ones where
  	possible, or <B>system</B> to preserve the order of the addresses as
-     returned by the operating system.</P>
+     returned by the system-wide {@linkplain java.net.spi.InetAddressResolver resolver}.</P>
  </UL>
  <P>Both of these properties are checked only once, at startup.</P>
  <a id="Proxies"></a>
  <H2>Proxies</H2>
  <P>A proxy server allows indirect connection to network services and
< prev index next >