Class WinProxySearchStrategy
java.lang.Object
com.github.markusbernhardt.proxy.search.desktop.win.CommonWindowsSearchStrategy
com.github.markusbernhardt.proxy.search.desktop.win.WinProxySearchStrategy
- All Implemented Interfaces:
ProxySearchStrategy
Extracts the proxy settings from the windows registry. This will read the
windows system proxy settings.
- Author:
- Markus Bernhardt, Copyright 2016, Bernd Rosstauscher, Copyright 2009
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the printable name of the search strategy.getProxySelectorMethods inherited from class com.github.markusbernhardt.proxy.search.desktop.win.CommonWindowsSearchStrategy
buildProtocolDispatchSelector, parseProxyList, setByPassListOnSelector
-
Constructor Details
-
WinProxySearchStrategy
public WinProxySearchStrategy()Constructor
-
-
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
-
readWindowsProxyConfig
-