X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fibex%2FHTTP.java;h=3dbc4cda98bd9eaf1169285bcf2595ab91ee2621;hb=e4a8b8cbccc958639f4552d94c5a7c84d09f0ebc;hp=5cf4e3aec16b7ee859046e7e603b47009c015fa5;hpb=385312ed5ca70d71c767aa81fc2b4dd8f1ccdd79;p=org.ibex.core.git diff --git a/src/org/ibex/HTTP.java b/src/org/ibex/HTTP.java index 5cf4e3a..3dbc4cd 100644 --- a/src/org/ibex/HTTP.java +++ b/src/org/ibex/HTTP.java @@ -648,8 +648,6 @@ public class HTTP { /** encapsulates most of the proxy logic; some is shared in HTTP.java */ public static class Proxy { - public Proxy() { } - public String httpProxyHost = null; ///< the HTTP Proxy host to use public int httpProxyPort = -1; ///< the HTTP Proxy port to use public String httpsProxyHost = null; ///< seperate proxy for HTTPS