Home
last modified time | relevance | path

Searched defs:hostPortString (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/net/
DHostAndPort.java167 public static HostAndPort fromString(String hostPortString) { in fromString()
200 checkArgument(isValidPort(port), "Port number out of range: %s", hostPortString); in fromString() local
213 private static String[] getHostAndPortFromBracketedHost(String hostPortString) { in getHostAndPortFromBracketedHost()
231 "Port must be numeric: %s", hostPortString); in getHostAndPortFromBracketedHost() local