Searched refs:ANY_SCHEME (Results 1 – 2 of 2) sorted by relevance
73 public static final String ANY_SCHEME = null; field in AuthScope80 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME);117 this.scheme = (scheme == null) ? ANY_SCHEME: scheme.toUpperCase(Locale.ENGLISH); in AuthScope()135 this(host, port, realm, ANY_SCHEME); in AuthScope()150 this(host, port, ANY_REALM, ANY_SCHEME); in AuthScope()207 if (this.scheme != ANY_SCHEME && that.scheme != ANY_SCHEME) { in match()
1290 field public static final java.lang.String ANY_SCHEME;