Searched defs:instProxy (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java85 private Proxy instProxy; field in class:FtpURLConnection
172 instProxy = p;
214 if (instProxy == null) { // no per connection proxy specified
260 p = instProxy;
262 http = new HttpURLConnection(url, instProxy);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java269 protected Proxy instProxy; field in class:HttpURLConnection
731 instProxy = p;
732 if (instProxy instanceof sun.net.ApplicationProxy) {
904 * 1) if (instProxy != null)
905 * connect to instProxy; raise exception if failed
910 if (instProxy == null) { // no instance Proxy is set
975 http = getNewHttpClient(url, instProxy, connectTimeout);
980 http = getNewHttpClient(url, instProxy, connectTimeout, false);

Completed in 31 milliseconds