net.properties revision 0
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync############################################################
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Default Networking Configuration File
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# This file may contain default values for the networking system properties.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# These values are only used when the system properties are not specified
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# on the command line or set programatically.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# For now, only the various proxy settings can be configured here.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync############################################################
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Whether or not the DefaultProxySelector will default to System Proxy
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# settings when they do exist.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Set it to 'true' to enable this feature and check for platform
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# specific proxy settings
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Note that the system properties that do explicitely set proxies
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# (like http.proxyHost) do take precedence over the system settings
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# even if java.net.useSystemProxies is set to true.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#------------------------------------------------------------------------
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Proxy configuration for the various protocol handlers.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# DO NOT uncomment these lines if you have set java.net.useSystemProxies
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# to true as the protocol specific properties will take precedence over
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# system settings.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#------------------------------------------------------------------------
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# HTTP Proxy settings. proxyHost is the name of the proxy server
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# value is 80) and nonProxyHosts is a '|' separated list of hostnames which
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# should be accessed directly, ignoring the proxy server (default value is
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# localhost & 127.0.0.1).
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# http.nonProxyHosts=localhost|127.0.0.1
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# HTTPS Proxy Settings. proxyHost is the name of the proxy server
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# value is 443). The HTTPS protocol handlers uses the http nonProxyHosts list.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# FTP Proxy settings. proxyHost is the name of the proxy server
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# value is 80) and nonProxyHosts is a '|' separated list of hostnames which
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# should be accessed directly, ignoring the proxy server (default value is
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# localhost & 127.0.0.1).
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# ftp.nonProxyHosts=localhost|127.0.0.1
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Gopher Proxy settings. proxyHost is the name of the proxy server
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# value is 80)
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Socks proxy settings. socksProxyHost is the name of the proxy server
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# (e.g. socks.domain.com), socksProxyPort is the port number to use
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# (default value is 1080)
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# socksProxyHost=
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# socksProxyPort=1080
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# HTTP Keep Alive settings. remainingData is the maximum amount of data
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# in kilobytes that will be cleaned off the underlying socket so that it
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# can be reused (default value is 512K), queuedConnections is the maximum
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# number of Keep Alive connections to be on the queue for clean up (default
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# value is 10).