Package com.saperion.config
Class ProxyConfiguration
- java.lang.Object
-
- com.saperion.config.ProxyConfiguration
-
public class ProxyConfiguration extends java.lang.Object
Creates a proxy object from JVM parameter http(s).proxyHost and http(s).proxyPort
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProxyConfiguration
getInstance()
java.net.Proxy
getProxy()
-
-
-
Method Detail
-
getInstance
public static ProxyConfiguration getInstance()
-
getProxy
public java.net.Proxy getProxy()
-
-