Searched defs:hostPortString (Results 1 – 3 of 3) 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()232 "Port must be numeric: %s", hostPortString); in getHostAndPortFromBracketedHost() local
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...