Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/conn/routing/
DRouteTracker.java73 private HttpHost[] proxyChain; field in RouteTracker
146 this.proxyChain = new HttpHost[]{ proxy }; in connectProxy()
161 if (this.proxyChain == null) { in tunnelTarget()
185 if (this.proxyChain == null) { in tunnelProxy()
190 HttpHost[] proxies = new HttpHost[this.proxyChain.length+1]; in tunnelProxy()
191 System.arraycopy(this.proxyChain, 0, in tunnelProxy()
192 proxies, 0, this.proxyChain.length); in tunnelProxy()
195 this.proxyChain = proxies; in tunnelProxy()
235 if (proxyChain == null) in getHopCount()
238 hops = proxyChain.length + 1; in getHopCount()
[all …]
DHttpRoute.java68 private final HttpHost[] proxyChain; field in HttpRoute
121 this.proxyChain = proxies; in HttpRoute()
276 return (proxyChain == null) ? 1 : (proxyChain.length+1); in getHopCount()
293 result = this.proxyChain[hop]; in getHopTarget()
303 return (this.proxyChain == null) ? null : this.proxyChain[0]; in getProxyHost()
359 ( this.proxyChain == that.proxyChain) || in equals()
360 ((this.proxyChain != null) && in equals()
361 (that.proxyChain != null) && in equals()
362 (this.proxyChain.length == that.proxyChain.length)); in equals()
370 if (equal && (this.proxyChain != null)) { in equals()
[all …]
/external/robolectric/v1/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...