HomeSort by relevance Sort by last modified time
    Searched refs:targetHost (Results 1 - 7 of 7) sorted by null

  /external/apache-http/src/org/apache/http/conn/routing/
RouteTracker.java 53 private final HttpHost targetHost;
92 this.targetHost = target;
216 return this.targetHost;
255 result = this.targetHost;
313 null : new HttpRoute(this.targetHost, this.localAddress,
335 boolean equal = this.targetHost.equals(that.targetHost);
373 int hc = this.targetHost.hashCode();
425 cab.append(this.targetHost);
HttpRoute.java 54 private final HttpHost targetHost;
114 this.targetHost = target;
259 return this.targetHost;
290 result = this.targetHost;
348 boolean equal = this.targetHost.equals(that.targetHost);
382 int hc = this.targetHost.hashCode();
429 cab.append(this.targetHost);
  /external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java 104 HttpHost targetHost = (HttpHost) context.getAttribute(
106 if (targetHost == null) {
134 String hostName = targetHost.getHostName();
135 int port = targetHost.getPort();
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnection.java 77 private HttpHost targetHost;
92 return this.targetHost;
111 this.targetHost = target;
227 targetHost = target;
  /frameworks/base/tests/CoreTests/android/core/
TestHttpClient.java 97 final HttpHost targetHost,
100 this.context.setAttribute(ExecutionContext.HTTP_TARGET_HOST, targetHost);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 292 public abstract MessageChannel createMessageChannel(InetAddress targetHost,
SIPTransactionStack.java     [all...]

Completed in 468 milliseconds