Searched refs:requireBracketsForIPv6 (Results 1 – 4 of 4) sorted by relevance
217 assertEquals("::1", HostAndPort.fromString("[::1]").requireBracketsForIPv6().getHostText()); in testRequireBracketsForIPv6()218 assertEquals("::1", HostAndPort.fromString("[::1]:80").requireBracketsForIPv6().getHostText()); in testRequireBracketsForIPv6()220 assertEquals("x", HostAndPort.fromString("x").requireBracketsForIPv6().getHostText()); in testRequireBracketsForIPv6()221 assertEquals("x", HostAndPort.fromString("x:80").requireBracketsForIPv6().getHostText()); in testRequireBracketsForIPv6()225 HostAndPort.fromString("::1").requireBracketsForIPv6(); in testRequireBracketsForIPv6()
271 public HostAndPort requireBracketsForIPv6() { in requireBracketsForIPv6() method in HostAndPort
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...