jdk/src/java.base/share/classes/java/net/doc-files/net-properties.html
changeset 46152 51d10b05c78e
parent 45433 01ecdcf197df
equal deleted inserted replaced
46151:5fa789776f7d 46152:51d10b05c78e
    21 
    21 
    22  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    23  or visit www.oracle.com if you need additional information or have any
    23  or visit www.oracle.com if you need additional information or have any
    24  questions.
    24  questions.
    25 -->
    25 -->
    26 <HTML>
    26 <HTML lang="EN">
    27 <HEAD>
    27 <HEAD>
    28 	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
    28 	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
    29 	<TITLE>Networking Properties</TITLE>
    29 	<TITLE>Networking Properties</TITLE>
    30 </HEAD>
    30 </HEAD>
    31 <BODY LANG="en-US" DIR="LTR">
    31 <BODY LANG="en-US" DIR="LTR">
    33 <P>There are a few standard system properties used to
    33 <P>There are a few standard system properties used to
    34 alter the mechanisms and behavior of the various classes of the
    34 alter the mechanisms and behavior of the various classes of the
    35 java.net package. Some are checked only once at startup of the VM,
    35 java.net package. Some are checked only once at startup of the VM,
    36 and therefore are best set using the -D option of the java command,
    36 and therefore are best set using the -D option of the java command,
    37 while others have a more dynamic nature and can also be changed using
    37 while others have a more dynamic nature and can also be changed using
    38 the <a href="../../lang/System.html#setProperty(java.lang.String,%20java.lang.String)">System.setProperty()</a> API.
    38 the <a href="../../lang/System.html#setProperty-java.lang.String-java.lang.String-">System.setProperty()</a> API.
    39 The purpose of this document is to list
    39 The purpose of this document is to list
    40 and detail all of these properties.</P>
    40 and detail all of these properties.</P>
    41 <P>If there is no special note, a property value is checked every time it is used.</P>
    41 <P>If there is no special note, a property value is checked every time it is used.</P>
    42 <a id="Ipv4IPv6"></a>
    42 <a id="Ipv4IPv6"></a>
    43 <H2>IPv4 / IPv6</H2>
    43 <H2>IPv4 / IPv6</H2>