Home | History | Annotate | Download | only in net

Lines Matching refs:setProperty

74         System.setProperty("ftp.proxyHost", "a");
75 System.setProperty("http.proxyHost", "b");
76 System.setProperty("https.proxyHost", "c");
77 System.setProperty("other.proxyHost", "d");
78 System.setProperty("socket.proxyHost", "d");
90 System.setProperty("ftp.proxyHost", "a");
91 System.setProperty("ftp.proxyPort", "1001");
92 System.setProperty("http.proxyHost", "b");
93 System.setProperty("http.proxyPort", "1002");
94 System.setProperty("https.proxyHost", "c");
95 System.setProperty("https.proxyPort", "1003");
96 System.setProperty("other.proxyHost", "d");
97 System.setProperty("other.proxyPort", "1004");
98 System.setProperty("socket.proxyHost", "e");
99 System.setProperty("socket.proxyPort", "1005");
111 System.setProperty("ftp.proxyPort", "1001");
112 System.setProperty("http.proxyPort", "1002");
113 System.setProperty("https.proxyPort", "1003");
114 System.setProperty("other.proxyPort", "1004");
115 System.setProperty("socket.proxyPort", "1005");
124 System.setProperty("http.proxyHost", "a");
125 System.setProperty("http.proxyPort", "1001");
130 System.setProperty("proxyHost", "a");
142 System.setProperty("http.proxyHost", "a");
143 System.setProperty("proxyHost", "b");
149 System.setProperty("socksProxyHost", "a");
162 System.setProperty("socksProxyHost", "a");
163 System.setProperty("socksProxyPort", "1001");
176 System.setProperty("ftp.nonProxyHosts", "*.com");
177 System.setProperty("ftp.proxyHost", "a");
185 System.setProperty("http.nonProxyHosts", "*.com");
186 System.setProperty("http.proxyHost", "a");
194 System.setProperty("https.nonProxyHosts", "*.com");
195 System.setProperty("https.proxyHost", "a");
203 System.setProperty("http.proxyHost", "a");