Searched defs:psa (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/net/URI/
H A DTest.java223 // psa Parse server Authority
398 Test psa() { method in class:Test
1048 test("http://1.2.3").psa().x().z();
1049 test("http://1.2.3.300").psa().x().z();
1050 test("http://1.2.3.4.5").psa().x().z();
1052 test("http://1:2:3:4:5:6:7:8").psa().x().z();
1063 test("s://1.2.3.com").psa().s("s").h("1.2.3.com").p("").z();
1064 test("s://1.2.3.4me.com").psa().s("s").h("1.2.3.4me.com").p("").z();
1066 test("s://7up.com").psa().s("s").h("7up.com").p("").z();
1067 test("s://7up.com/p").psa()
[all...]

Completed in 33 milliseconds