Searched refs:parseServerAuthority (Results 1 – 3 of 3) sorted by relevance
235 uri.parseServerAuthority(); in test_ConstructorLjava_lang_String()245 uri.parseServerAuthority(); in test_ConstructorLjava_lang_String()921 uri.parseServerAuthority(); in test_getPort2()931 uri.parseServerAuthority(); in test_getPort2()1497 URI uri = uris[i].parseServerAuthority(); in test_parseServerAuthority()1507 .parseServerAuthority(); in test_parseServerAuthority()1509 .parseServerAuthority(); in test_parseServerAuthority()1510 new URI("http://[::3abc:4abc]:80/").parseServerAuthority(); in test_parseServerAuthority()1512 .parseServerAuthority(); in test_parseServerAuthority()1514 .parseServerAuthority(); in test_parseServerAuthority()[all …]
538 uri.parseServerAuthority(); in testParseServerAuthorityInvalidPortMinus()550 uri.parseServerAuthority(); in testParseServerAuthorityInvalidPortPlus()562 uri.parseServerAuthority(); in testParseServerAuthorityInvalidPortNonASCII()570 uri.parseServerAuthority(); // does nothing! in testParseServerAuthorityOmittedAuthority()
1121 public URI parseServerAuthority() throws URISyntaxException { in parseServerAuthority() method in URI