Searched refs:phost (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/net/spi/
H A DDefaultProxySelector.c160 char *phost = NULL; local
190 phost = (*my_get_string_func)(gconf_client, "/system/http_proxy/host", NULL);
205 phost = (*my_get_string_func)(gconf_client, "/system/http_proxy/host", NULL);
222 phost = (*my_get_string_func)(gconf_client, "/system/proxy/secure_host", NULL);
225 use_proxy = (phost != NULL);
241 phost = (*my_get_string_func)(gconf_client, "/system/proxy/ftp_host", NULL);
244 use_proxy = (phost != NULL);
260 phost = (*my_get_string_func)(gconf_client, "/system/proxy/gopher_host", NULL);
263 use_proxy = (phost != NULL);
279 phost
[all...]
/openjdk7/jdk/src/share/classes/sun/net/spi/
H A DDefaultProxySelector.java203 String phost = null;
216 phost = NetProperties.get(props[i][j]+"Host");
217 if (phost != null && phost.length() != 0)
220 if (phost == null || phost.length() == 0) {
302 saddr = InetSocketAddress.createUnresolved(phost, pport);
/openjdk7/jdk/src/windows/native/sun/net/spi/
H A DDefaultProxySelector.c122 char *phost; local
238 phost = s;
240 if (phost != NULL) {
247 jhost = (*env)->NewStringUTF(env, phost);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsClient.java198 final String phost = proxyHost;
204 return new InetSocketAddress(phost, pport);

Completed in 50 milliseconds