Searched refs:targetHost (Results 1 - 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/conn/routing/
H A DRouteTracker.java58 private final HttpHost targetHost; field in class:RouteTracker
97 this.targetHost = target;
221 return this.targetHost;
260 result = this.targetHost;
318 null : new HttpRoute(this.targetHost, this.localAddress,
340 boolean equal = this.targetHost.equals(that.targetHost);
378 int hc = this.targetHost.hashCode();
430 cab.append(this.targetHost);
H A DHttpRoute.java59 private final HttpHost targetHost; field in class:HttpRoute
119 this.targetHost = target;
264 return this.targetHost;
295 result = this.targetHost;
353 boolean equal = this.targetHost.equals(that.targetHost);
387 int hc = this.targetHost.hashCode();
434 cab.append(this.targetHost);
/external/apache-http/src/org/apache/http/client/protocol/
H A DRequestAddCookies.java109 HttpHost targetHost = (HttpHost) context.getAttribute(
111 if (targetHost == null) {
139 String hostName = targetHost.getHostName();
140 int port = targetHost.getPort();
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnection.java82 private HttpHost targetHost; field in class:DefaultClientConnection
97 return this.targetHost;
116 this.targetHost = target;
232 targetHost = target;
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageProcessor.java292 public abstract MessageChannel createMessageChannel(InetAddress targetHost, argument
H A DSIPTransactionStack.java1350 Host targetHost = new Host();
1351 targetHost.setHostname(nextHop.getHost());
1353 targetHostPort.setHost(targetHost);
2005 Host targetHost;
2012 targetHost = new Host();
2013 targetHost.setHostname(nextHop.getHost());
2015 targetHostPort.setHost(targetHost);
/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 1601 milliseconds