Proxy fixes

This commit is contained in:
Jindra Petk
2011-07-30 16:56:19 +02:00
parent fd853e51bf
commit f5a1451b9f
6 changed files with 66 additions and 43 deletions

View File

@@ -36,4 +36,8 @@ public class ProxyConfig {
public static String httpProxyHost="";
public static int httpProxyPort=0;
public static String httpsKeyStoreFile=null;
public static String httpsKeyStorePass=null;
public static String httpsKeyPass=null;
}