Lines Matching refs:setProperty

98         System.setProperty("http.proxyHost", "httpproxy.com");
99 System.setProperty("http.proxyPort", "8080");
113 System.setProperty("http.proxyHost", "httpproxy.com");
127 System.setProperty("http.proxyPort", "8080");
141 System.setProperty("http.nonProxyHosts", "slashdot.org");
142 System.setProperty("http.proxyHost", "httpproxy.com");
143 System.setProperty("http.proxyPort", "8080");
156 System.setProperty("http.nonProxyHosts", "slashdot.org|freecode.net");
157 System.setProperty("http.proxyHost", "httpproxy.com");
158 System.setProperty("http.proxyPort", "8080");
172 System.setProperty("http.nonProxyHosts", "*example.com");
173 System.setProperty("http.proxyHost", "httpproxy.com");
174 System.setProperty("http.proxyPort", "8080");
188 System.setProperty("ftp.nonProxyHosts", "slashdot.org");
189 System.setProperty("ftp.proxyHost", "httpproxy.com");
190 System.setProperty("ftp.proxyPort", "8080");
203 System.setProperty("ftp.proxyHost", "httpproxy.com");
204 System.setProperty("ftp.proxyPort", "8080");
218 System.setProperty("ftp.proxyHost", "httpproxy.com");
232 System.setProperty("https.proxyHost", "httpproxy.com");
233 System.setProperty("https.proxyPort", "8080");
247 System.setProperty("ftp.proxyHost", "httpproxy.com");
248 System.setProperty("ftp.proxyPort", "8080");
249 System.setProperty("proxyHost", "defaultproxy.com");
250 System.setProperty("proxyPort", "8080");
264 System.setProperty("http.proxyHost", "defaultproxy.com");
265 System.setProperty("socksProxyHost", "socksproxy.com");
279 System.setProperty("socksProxyHost", "socksproxy.com");
280 System.setProperty("socksProxyPort", "9000");
292 System.setProperty("proxyHost", "defaultproxy.com");
293 System.setProperty("socksProxyHost", "socksproxy.com");
294 System.setProperty("socksProxyPort", "9000");