Home
last modified time | relevance | path

Searched refs:ANY_PORT (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/auth/
DAuthScope.java63 public static final int ANY_PORT = -1; field in AuthScope
80 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME);
115 this.port = (port < 0) ? ANY_PORT: port; in AuthScope()
221 if (this.port != ANY_PORT && that.port != ANY_PORT) { in match()
/external/apache-http/api/
Dapache-http-legacy-current.txt1288 field public static final int ANY_PORT = -1; // 0xffffffff