Home
last modified time | relevance | path

Searched refs:httpProxyClient (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java119 HttpClient httpProxyClient = newHttpClient(); in testConnectViaProxy() local
122 proxyConfig.configure(server, httpProxyClient, request); in testConnectViaProxy()
124 HttpResponse response = httpProxyClient.execute(request); in testConnectViaProxy()
160 HttpClient httpProxyClient = newHttpClient(); in testConnectViaHttpProxyToHttps() local
163 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() local
230 ProxyConfig.REQUEST_PARAMETER.configure(server, httpProxyClient, request); in testRetryWithProxy()
233 httpProxyClient.execute(request); in testRetryWithProxy()