Searched refs:ANY_HOST (Results 1 – 2 of 2) sorted by relevance
58 public static final String ANY_HOST = null; field in AuthScope80 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME);114 this.host = (host == null) ? ANY_HOST: host.toLowerCase(Locale.ENGLISH); in AuthScope()228 if (this.host != ANY_HOST && that.host != ANY_HOST) { in match()
1287 field public static final java.lang.String ANY_HOST;