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

/openjdk7/jdk/test/java/net/ProxySelector/
H A DProxyTest.java30 * @compile ProxyTest.java
31 * @run main/othervm -Dhttp.proxyHost=inexistant -Dhttp.proxyPort=8080 ProxyTest
38 public class ProxyTest implements HttpCallback { class in inherits:HttpCallback
41 public ProxyTest() { method in class:ProxyTest
77 server = new HttpServer (new ProxyTest(), 1, 10, 0);
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DProxyTest.java42 public class ProxyTest { class
165 ProxyTest test = new ProxyTest();
168 public ProxyTest() throws Exception { method in class:ProxyTest

Completed in 35 milliseconds