Searched refs:fromHost (Results 1 – 2 of 2) sorted by relevance
169 HostAndPort hp = HostAndPort.fromHost("gmail.com"); in testFromHost()173 hp = HostAndPort.fromHost("[::1]"); in testFromHost()178 HostAndPort.fromHost("gmail.com:80"); in testFromHost()184 HostAndPort.fromHost("[gmail.com]"); in testFromHost()
151 public static HostAndPort fromHost(String host) { in fromHost() method in HostAndPort