Class IEProxySearchStrategy

  • All Implemented Interfaces:
    ProxySearchStrategy

    public class IEProxySearchStrategy
    extends CommonWindowsSearchStrategy
    Extracts the proxy settings for Microsoft Internet Explorer. The settings are read by invoking native Windows API methods.
    Author:
    Bernd Rosstauscher (proxyvole@rosstauscher.de) Copyright 2009
    • Constructor Detail

      • IEProxySearchStrategy

        public IEProxySearchStrategy()
    • Method Detail

      • getName

        public String getName()
        Gets the printable name of the search strategy.
        Returns:
        the printable name of the search strategy
      • readIEProxyConfig

        public IEProxyConfig readIEProxyConfig()
        Loads the settings from the windows registry.
        Returns:
        WinIESettings containing all proxy settings.