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.String getSystemHttpProxyHost()  
    static java.lang.Integer getSystemHttpProxyPort()  
    static java.lang.String getSystemHttpsProxyHost()  
    static java.lang.Integer getSystemHttpsProxyPort()  

    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()