Uses of Class
com.github.markusbernhardt.proxy.search.browser.ie.IEProxyConfig
Packages that use IEProxyConfig
-
Uses of IEProxyConfig in com.github.markusbernhardt.proxy.search.browser.ie
Methods in com.github.markusbernhardt.proxy.search.browser.ie that return IEProxyConfigModifier and TypeMethodDescriptionIEProxySearchStrategy.readIEProxyConfig()
Loads the settings from the windows registry.Methods in com.github.markusbernhardt.proxy.search.browser.ie with parameters of type IEProxyConfigModifier and TypeMethodDescriptionprivate ProxySelector
IEProxySearchStrategy.createFixedProxySelector
(IEProxyConfig ieProxyConfig) Parses the proxy settings into an ProxySelector.private PacProxySelector
IEProxySearchStrategy.createPacSelector
(IEProxyConfig ieProxyConfig) Parses the settings and creates an PAC ProxySelector for it.