Home
last modified time | relevance | path

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

/external/apache-http/android/src/android/net/http/
DRequestQueue.java54 private HttpHost mProxyHost = null; field in RequestQueue
136 return mProxyHost; in getProxyHost()
171 con = Connection.getConnection(mContext, host, mProxyHost, in getConnection()
258 mProxyHost = null; in setProxyConfig()
263 mProxyHost = null; in setProxyConfig()
266 mProxyHost = new HttpHost(host, Proxy.getPort(mContext), "http"); in setProxyConfig()
276 return mProxyHost; in getProxyHost()
326 req = new Request(method, httpHost, mProxyHost, uri.getPath(), bodyProvider, in queueRequest()
373 Request req = new Request(method, host, mProxyHost, uri.getPath(), in queueSynchronousRequest()
379 Connection conn = Connection.getConnection(mContext, host, mProxyHost, in queueSynchronousRequest()
[all …]
DHttpsConnection.java135 private HttpHost mProxyHost; field in HttpsConnection
143 mProxyHost = proxy; in HttpsConnection()
165 if (mProxyHost != null) { in openConnection()
177 (mProxyHost.getHostName(), mProxyHost.getPort()); in openConnection()
DRequest.java64 HttpHost mProxyHost; field in Request
112 mProxyHost = proxyHost; in Request()
392 if (mProxyHost == null || in getUri()