Searched refs:httpProxy (Results 1 – 5 of 5) sorted by relevance
68 public ProxyInfo httpProxy; field in IpConfiguration73 ProxyInfo httpProxy) { in init() argument78 this.httpProxy = (httpProxy == null) ? in init()79 null : new ProxyInfo(httpProxy); in init()90 ProxyInfo httpProxy) { in IpConfiguration() argument91 init(ipAssignment, proxySettings, staticIpConfiguration, httpProxy); in IpConfiguration()98 source.staticIpConfiguration, source.httpProxy); in IpConfiguration()127 return httpProxy; in getHttpProxy()130 public void setHttpProxy(ProxyInfo httpProxy) { in setHttpProxy() argument131 this.httpProxy = httpProxy; in setHttpProxy()[all …]
124 ProxyInfo proxyProperties = config.httpProxy; in writeConfig()139 ProxyInfo proxyPacProperties = config.httpProxy; in writeConfig()372 config.httpProxy = proxyInfo; in readIpConfigurations()377 config.httpProxy = proxyPacProperties; in readIpConfigurations()
2292 return new ProxyInfo(mIpConfiguration.httpProxy); in getHttpProxy()2306 public void setHttpProxy(ProxyInfo httpProxy) { in setHttpProxy() argument2307 if (httpProxy == null) { in setHttpProxy()2314 if (!Uri.EMPTY.equals(httpProxy.getPacFileUrl())) { in setHttpProxy()2317 httpProxyCopy = new ProxyInfo(httpProxy.getPacFileUrl(), httpProxy.getPort()); in setHttpProxy()2321 httpProxyCopy = new ProxyInfo(httpProxy.getHost(), httpProxy.getPort(), in setHttpProxy()2322 httpProxy.getExclusionListAsString()); in setHttpProxy()2335 mIpConfiguration.httpProxy = proxy; in setProxy()
769 ipConfiguration.httpProxy.getHost()); in writeToXml()772 ipConfiguration.httpProxy.getPort()); in writeToXml()775 ipConfiguration.httpProxy.getExclusionListAsString()); in writeToXml()780 ipConfiguration.httpProxy.getPacFileUrl().toString()); in writeToXml()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...