Class IEProxySearchStrategy
java.lang.Object
com.github.markusbernhardt.proxy.search.desktop.win.CommonWindowsSearchStrategy
com.github.markusbernhardt.proxy.search.browser.ie.IEProxySearchStrategy
- All Implemented Interfaces:
ProxySearchStrategy
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the printable name of the search strategy.getProxySelectorLoads the settings from the windows registry.Methods inherited from class com.github.markusbernhardt.proxy.search.desktop.win.CommonWindowsSearchStrategy
buildProtocolDispatchSelector, parseProxyList, setByPassListOnSelector
-
Constructor Details
-
IEProxySearchStrategy
public IEProxySearchStrategy()
-
-
Method Details
-
getProxySelector
getProxySelector- Returns:
- a ProxySelector, null if none is found.
- Throws:
ProxyException- on error- See Also:
-
getName
Gets the printable name of the search strategy.- Returns:
- the printable name of the search strategy
-
readIEProxyConfig
Loads the settings from the windows registry.- Returns:
- WinIESettings containing all proxy settings.
-