Searched refs:ANY_HOST (Results 1 – 5 of 5) 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()
26 enum HostType { ANY_HOST, HOSTS_IN_DOMAINS, SPECIFIC_HOSTS, }; enumerator
39 i->entry().GetHostType() == SocketPermissionEntry::ANY_HOST) { in AddAnyHostMessage()
114 ? SocketPermissionEntry::ANY_HOST in GetHostType()
269 it->GetHostType() == SocketPermissionEntry::ANY_HOST) { in AddAnyHostMessage()