Searched refs:PerConnectionProxy (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/net/URL/
H A DPerConnectionProxy.java29 * @compile PerConnectionProxy.java
30 * @run main/othervm -Dhttp.proxyHost=inexistant -Dhttp.proxyPort=8080 PerConnectionProxy
37 public class PerConnectionProxy implements HttpCallback { class in inherits:HttpCallback
51 server = new HttpServer (new PerConnectionProxy(), 1, 10, 0);

Completed in 171 milliseconds