URITest.java | 330 construct1("http", "user", "host\u00DFname", -1, "/file", "query", 332 // equivalent to construct1("http", "user", "host\u00dfname", -1, 334 construct1("http", "user", "host%20name", -1, "/file", "query", 336 construct1("http", "user", "host name", -1, "/file", "query", 338 construct1("http", "user", "host]name", -1, "/file", "query", 342 construct1("http", "user", "", 80, "/file", "query", "fragment"); 345 construct1("http", "user", "", -1, "/file", "query", "fragment"); 348 construct1("telnet", null, "256.197.221.200", -1, null, null, null); 351 construct1("ftp", null, "198.256.221.200", -1, null, null, null); 354 // construct1("http", "user", null, 80, "/file", "query", "fragment") 400 private void construct1(String scheme, String userinfo, String host, method in class:URITest [all...] |