Home | History | Annotate | Download | only in lib

Lines Matching refs:http

15 # (like http.proxyHost) do take precedence over the system settings
27 # HTTP Proxy settings. proxyHost is the name of the proxy server
33 # http.proxyHost=
34 # http.proxyPort=80
35 http.nonProxyHosts=localhost|127.*|[::1]
39 # value is 443). The HTTPS protocol handlers uses the http nonProxyHosts list.
68 # HTTP Keep Alive settings. remainingData is the maximum amount of data
73 # http.KeepAlive.remainingData=512
74 # http.KeepAlive.queuedConnections=10
76 # Authentication Scheme restrictions for HTTP and HTTPS.
79 # when proxying HTTP or HTTPS. For example, "Basic" results in effectively the
85 # The 'jdk.http.auth.tunneling.disabledSchemes' property lists the authentication
86 # schemes that will be disabled when tunneling HTTPS over a proxy, HTTP CONNECT.
87 # The 'jdk.http.auth.proxying.disabledSchemes' property lists the authentication
88 # schemes that will be disabled when proxying HTTP.
99 #jdk.http.auth.proxying.disabledSchemes=
100 jdk.http.auth.tunneling.disabledSchemes=Basic