Searched defs:proxyChain (Results 1 - 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/conn/routing/
H A DHttpRoute.java68 private final HttpHost[] proxyChain; field in class:HttpRoute
121 this.proxyChain = proxies;
276 return (proxyChain == null) ? 1 : (proxyChain.length+1);
293 result = this.proxyChain[hop];
303 return (this.proxyChain == null) ? null : this.proxyChain[0];
359 ( this.proxyChain == that.proxyChain) ||
360 ((this.proxyChain !
[all...]
H A DRouteTracker.java73 private HttpHost[] proxyChain; field in class:RouteTracker
146 this.proxyChain = new HttpHost[]{ proxy };
161 if (this.proxyChain == null) {
185 if (this.proxyChain == null) {
190 HttpHost[] proxies = new HttpHost[this.proxyChain.length+1];
191 System.arraycopy(this.proxyChain, 0,
192 proxies, 0, this.proxyChain.length);
195 this.proxyChain = proxies;
235 if (proxyChain == null)
238 hops = proxyChain
[all...]
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 251 milliseconds