Searched refs:testConnectViaHttpProxyToHttps (Results 1 – 1 of 1) sorted by relevance
133 testConnectViaHttpProxyToHttps(ProxyConfig.PROXY_SYSTEM_PROPERTY); in testConnectViaHttpProxyToHttpsUsingProxySystemProperty()137 testConnectViaHttpProxyToHttps(ProxyConfig.HTTPS_PROXY_SYSTEM_PROPERTY); in testConnectViaHttpProxyToHttpsUsingHttpsProxySystemProperty()141 testConnectViaHttpProxyToHttps(ProxyConfig.CLIENT_PARAMETER); in testConnectViaHttpProxyToHttpsUsingClientParameter()145 testConnectViaHttpProxyToHttps(ProxyConfig.REQUEST_PARAMETER); in testConnectViaHttpProxyToHttpsUsingRequestParameter()148 private void testConnectViaHttpProxyToHttps(ProxyConfig proxyConfig) throws Exception { in testConnectViaHttpProxyToHttps() method in AbstractProxyTest