Searched refs:HomeAddress (Results 1 – 5 of 5) sorted by relevance
50 URL u1 = new URL("http://" + Support_Configuration.HomeAddress); in test_usingProxy()125 Socket s = new Socket(Support_Configuration.HomeAddress, 80); in test_Constructor()131 + Support_Configuration.HomeAddress + " " + e); in test_Constructor()142 Socket s = new Socket(Support_Configuration.HomeAddress, 80); in test_Constructor()
34 final String URL = "http://" + Support_Configuration.HomeAddress; in test_encodeLjava_lang_String()
41 final String URL = "http://" + Support_Configuration.HomeAddress; in test_decodeLjava_lang_String()
153 urls[0] = new URL("http://" + Support_Configuration.HomeAddress); in test_getURLs()
39 public static final String HomeAddress; field in Support_Configuration99 HomeAddress = WebName + DomainAddress;100 TestResources = HomeAddress + TestResourcesDir;