Home | History | Annotate | Download | only in http

Lines Matching refs:Proxy

30 import android.net.Proxy;
218 * Enables data state and proxy tracking
232 new IntentFilter(Proxy.PROXY_CHANGE_ACTION));
234 // we need to resample the current proxy setup
253 * synchronize setting the proxy
260 String host = Proxy.getHost(mContext);
266 mProxyHost = new HttpHost(host, Proxy.getPort(mContext), "http");
273 * @return proxy host if set, null otherwise
389 // Chooses between the proxy and the request's host.
391 // There used to be a comment in ConnectionThread about t-mob's proxy
393 // for a proxy and connects through it anyway. I think that this check
395 // HttpsConnection rather than HttpConnection if the proxy address is