Searched refs:ANY_HOST (Results 1 – 5 of 5) sorted by relevance
53 public static final String ANY_HOST = null; field in AuthScope75 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME);109 this.host = (host == null) ? ANY_HOST: host.toLowerCase(Locale.ENGLISH); in AuthScope()223 if (this.host != ANY_HOST && that.host != ANY_HOST) { in match()
22 ANY_HOST, enumerator
41 i->entry().GetHostType() == SocketPermissionEntry::ANY_HOST) { in AddAnyHostMessage()
117 return pattern_.host.empty() ? SocketPermissionEntry::ANY_HOST : in GetHostType()
310 it->GetHostType() == SocketPermissionEntry::ANY_HOST) { in AddAnyHostMessage()