HomeSort by relevance Sort by last modified time
    Searched defs:proxyChain (Results 1 - 12 of 12) sorted by null

  /external/apache-http/src/org/apache/http/conn/routing/
HttpRoute.java 63 private final HttpHost[] proxyChain;
116 this.proxyChain = proxies;
271 return (proxyChain == null) ? 1 : (proxyChain.length+1);
288 result = this.proxyChain[hop];
298 return (this.proxyChain == null) ? null : this.proxyChain[0];
354 ( this.proxyChain == that.proxyChain) ||
355 ((this.proxyChain != null) &
    [all...]
RouteTracker.java 68 private HttpHost[] proxyChain;
141 this.proxyChain = new HttpHost[]{ proxy };
156 if (this.proxyChain == null) {
180 if (this.proxyChain == null) {
185 HttpHost[] proxies = new HttpHost[this.proxyChain.length+1];
186 System.arraycopy(this.proxyChain, 0,
187 proxies, 0, this.proxyChain.length);
190 this.proxyChain = proxies;
230 if (proxyChain == null)
233 hops = proxyChain.length + 1
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 106 milliseconds