Searched refs:httpProxyClient (Results 1 – 1 of 1) sorted by relevance
119 HttpClient httpProxyClient = newHttpClient(); in testConnectViaProxy() local122 proxyConfig.configure(server, httpProxyClient, request); in testConnectViaProxy()124 HttpResponse response = httpProxyClient.execute(request); in testConnectViaProxy()160 HttpClient httpProxyClient = newHttpClient(); in testConnectViaHttpProxyToHttps() local163 httpProxyClient.getConnectionManager().getSchemeRegistry() in testConnectViaHttpProxyToHttps()167 proxyConfig.configure(server, httpProxyClient, request); in testConnectViaHttpProxyToHttps()169 HttpResponse response = httpProxyClient.execute(request); in testConnectViaHttpProxyToHttps()228 HttpClient httpProxyClient = newHttpClient(); in testRetryWithProxy() local230 ProxyConfig.REQUEST_PARAMETER.configure(server, httpProxyClient, request); in testRetryWithProxy()233 httpProxyClient.execute(request); in testRetryWithProxy()