Class WinProxyConfig


  • public class WinProxyConfig
    extends Object
    • Constructor Detail

      • 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 Detail

      • 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.