Searched refs:HOSTNAME_REGEX (Results 1 – 1 of 1) sorted by relevance
1859 String HOSTNAME_REGEX = "^[a-zA-Z0-9]([a-zA-Z0-9-_]{0,61}[a-zA-Z0-9])?$"; in checkHostname() local1860 return Pattern.compile(HOSTNAME_REGEX).matcher(hostname).matches(); in checkHostname()