java.lang.Object
com.github.markusbernhardt.proxy.search.browser.ie.IEProxyConfig

public class IEProxyConfig extends Object
Proxy settings container used for the native methods. Will contain the Internet Explorer proxy settings as reported by windows WinHTTP API.
  • Field Details

    • autoDetect

      private boolean autoDetect
    • autoConfigUrl

      private String autoConfigUrl
    • proxy

      private String proxy
    • proxyBypass

      private String proxyBypass
  • Constructor Details

    • IEProxyConfig

      public IEProxyConfig(boolean autoDetect, String autoConfigUrl, String proxy, String proxyBypass)
      Constructor
      Parameters:
      autoDetect - flag is autodetect is active or not.
      autoConfigUrl - the URL for a PAC script
      proxy - the proxy server selected
      proxyBypass - the proxy bypass address list.
  • Method Details

    • isAutoDetect

      public boolean isAutoDetect()
      Returns:
      Returns the autoDetect.
    • getAutoConfigUrl

      public String getAutoConfigUrl()
      Returns:
      Returns the autoConfigUrl.
    • getProxy

      public String getProxy()
      Returns:
      Returns the proxy.
    • getProxyBypass

      public String getProxyBypass()
      Returns:
      Returns the proxyBypass.