src/java.base/share/classes/java/net/doc-files/net-properties.html
changeset 49522 3930c4d4f805
parent 47216 71c04702a3d5
child 49765 ee6f7a61f3a5
child 56403 d5703ecb5b0a
equal deleted inserted replaced
49521:755e1b55a4df 49522:3930c4d4f805
     1 <!DOCTYPE HTML>
     1 <!DOCTYPE HTML>
     2 <!--
     2 <!--
     3  Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     3  Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 
     5 
     6  This code is free software; you can redistribute it and/or modify it
     6  This code is free software; you can redistribute it and/or modify it
     7  under the terms of the GNU General Public License version 2 only, as
     7  under the terms of the GNU General Public License version 2 only, as
     8  published by the Free Software Foundation.  Oracle designates this
     8  published by the Free Software Foundation.  Oracle designates this
    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-java.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>