Class ProxyManager


  • public class ProxyManager
    extends Object
    • Field Detail

      • isSystemProxyUnset

        private static final boolean isSystemProxyUnset
    • Constructor Detail

      • ProxyManager

        public ProxyManager()
    • Method Detail

      • isProxyEnabled

        public boolean isProxyEnabled()
      • applyProxy

        public void applyProxy()
      • getSystemProxy

        private ProxyInfo getSystemProxy()
      • getProxyFromProgramArgument

        private static ProxyInfo getProxyFromProgramArgument​(String prefix)
      • createHttpProxy

        private static Proxy createHttpProxy​(String httpProxyHost,
                                             Integer httpProxyPort)
      • getSystemProxyInner

        private static ProxyInfo getSystemProxyInner()