Class ProxyHelper
java.lang.Object
com.github.philippheuer.credentialmanager.util.ProxyHelper
public class ProxyHelper
extends java.lang.Object
Tries to use the system proxy like any other normal sane app ...
-
Constructor Summary
Constructors Constructor Description ProxyHelper() -
Method Summary
Modifier and Type Method Description static java.lang.StringgetSystemHttpProxyHost()static java.lang.IntegergetSystemHttpProxyPort()static java.lang.StringgetSystemHttpsProxyHost()static java.lang.IntegergetSystemHttpsProxyPort()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ProxyHelper
public ProxyHelper()
-
-
Method Details
-
getSystemHttpProxyHost
public static java.lang.String getSystemHttpProxyHost() -
getSystemHttpProxyPort
public static java.lang.Integer getSystemHttpProxyPort() -
getSystemHttpsProxyHost
public static java.lang.String getSystemHttpsProxyHost() -
getSystemHttpsProxyPort
public static java.lang.Integer getSystemHttpsProxyPort()
-