Searched defs:hostPortString (Results 1 – 1 of 1) sorted by relevance
167 public static HostAndPort fromString(String hostPortString) { in fromString()200 checkArgument(isValidPort(port), "Port number out of range: %s", hostPortString); in fromString() local213 private static String[] getHostAndPortFromBracketedHost(String hostPortString) { in getHostAndPortFromBracketedHost()231 "Port must be numeric: %s", hostPortString); in getHostAndPortFromBracketedHost() local