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

/external/apache-http/android/src/android/net/http/
H A DRequestQueue.java54 private HttpHost mProxyHost = null; field in class:RequestQueue
136 return mProxyHost;
171 con = Connection.getConnection(mContext, host, mProxyHost,
258 mProxyHost = null;
263 mProxyHost = null;
266 mProxyHost = new HttpHost(host, Proxy.getPort(mContext), "http");
276 return mProxyHost;
326 req = new Request(method, httpHost, mProxyHost, uri.getPath(), bodyProvider,
373 Request req = new Request(method, host, mProxyHost, uri.getPath(),
379 Connection conn = Connection.getConnection(mContext, host, mProxyHost,
[all...]
H A DHttpsConnection.java132 private HttpHost mProxyHost; field in class:HttpsConnection
140 mProxyHost = proxy;
162 if (mProxyHost != null) {
174 (mProxyHost.getHostName(), mProxyHost.getPort());
H A DRequest.java64 HttpHost mProxyHost; field in class:Request
112 mProxyHost = proxyHost;
392 if (mProxyHost == null ||

Completed in 111 milliseconds