src/java.base/share/classes/java/net/doc-files/net-properties.html
changeset 58031 5aaf53d4fe63
parent 54146 81605c74b980
equal deleted inserted replaced
58030:d6e2dbf20eaa 58031:5aaf53d4fe63
   163 	requests. Note that the string “Java/<version>” will
   163 	requests. Note that the string “Java/<version>” will
   164 	be appended to the one provided in the property (e.g. if
   164 	be appended to the one provided in the property (e.g. if
   165 	-Dhttp.agent=”foobar” is used, the User-Agent header will
   165 	-Dhttp.agent=”foobar” is used, the User-Agent header will
   166 	contain “foobar Java/1.5.0” if the version of the VM is
   166 	contain “foobar Java/1.5.0” if the version of the VM is
   167 	1.5.0). This property is checked only once at startup.</P>
   167 	1.5.0). This property is checked only once at startup.</P>
   168 	<LI><P><B>{@systemProperty http.keepalive}</B> (default: true)<BR>
   168 	<LI><P><B>{@systemProperty http.keepAlive}</B> (default: true)<BR>
   169 	Indicates if persistent connections should be supported. They improve
   169 	Indicates if persistent connections should be supported. They improve
   170 	performance by allowing the underlying socket connection to be reused
   170 	performance by allowing the underlying socket connection to be reused
   171 	for multiple http requests. If this is set to true then persistent
   171 	for multiple http requests. If this is set to true then persistent
   172 	connections will be requested with HTTP 1.1 servers.</P>
   172 	connections will be requested with HTTP 1.1 servers.</P>
   173 	<LI><P><B>{@systemProperty http.maxConnections}</B> (default: 5)<BR>
   173 	<LI><P><B>{@systemProperty http.maxConnections}</B> (default: 5)<BR>