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

  /external/apache-http/src/org/apache/http/conn/params/
ConnRouteParams.java 65 public static final HttpHost NO_HOST =
70 * This is a route with {@link #NO_HOST} as the target.
72 public static final HttpRoute NO_ROUTE = new HttpRoute(NO_HOST);
84 * {@link #NO_HOST} will be mapped to <code>null</code>,
98 if ((proxy != null) && NO_HOST.equals(proxy)) {
112 * Note that {@link #NO_HOST} will be mapped to
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 

Completed in 77 milliseconds