Searched defs:hostPortString (Results 1 – 1 of 1) sorted by relevance
148 public static HostAndPort fromString(String hostPortString) { in fromString()157 checkArgument(matcher.matches(), "Invalid bracketed host/port: %s", hostPortString); in fromString() local183 checkArgument(isValidPort(port), "Port number out of range: %s", hostPortString); in fromString() local