Searched refs:effectiveHostWithoutDomain (Results 1 – 1 of 1) sorted by relevance
152 String effectiveHostWithoutDomain = host.substring( in validate() local154 if (effectiveHostWithoutDomain.indexOf('.') != -1) { in validate()190 String effectiveHostWithoutDomain = host.substring( in match() local192 return effectiveHostWithoutDomain.indexOf('.') == -1; in match()