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

  /external/apache-http/src/org/apache/http/conn/routing/
RouteTracker.java 58 private final HttpHost targetHost;
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);
HttpRoute.java 59 private final HttpHost targetHost;
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/
RequestAddCookies.java 109 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/
DefaultClientConnection.java 82 private HttpHost targetHost;
97 return this.targetHost;
116 this.targetHost = target;
232 targetHost = target;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 292 public abstract MessageChannel createMessageChannel(InetAddress targetHost,
SIPTransactionStack.java     [all...]

Completed in 606 milliseconds