java.lang.Object
com.github.markusbernhardt.proxy.search.desktop.win.WinProxyConfig

public class WinProxyConfig extends Object
  • Field Details

    • accessType

      private int accessType
      Proxy settings container used for the native methods. Will contain the Windows proxy settings as reported by windows WinHTTP API.
    • proxy

      private String proxy
    • proxyBypass

      private String proxyBypass
  • Constructor Details

    • WinProxyConfig

      public WinProxyConfig(int accessType, String proxy, String proxyBypass)
      Constructor
      Parameters:
      accessType - flag that specifies whether or not a proxy is in use
      proxy - the proxy server selected
      proxyBypass - the proxy bypass address list
  • Method Details

    • getAccessType

      public int getAccessType()
      Returns:
      Returns the access type flag.
    • getProxy

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

      public String getProxyBypass()
      Returns:
      Returns the proxyBypass.