Uses of Class
com.github.markusbernhardt.proxy.search.browser.ie.IEProxyConfig
-
Packages that use IEProxyConfig Package Description com.github.markusbernhardt.proxy.search.browser.ie -
-
Uses of IEProxyConfig in com.github.markusbernhardt.proxy.search.browser.ie
Methods in com.github.markusbernhardt.proxy.search.browser.ie that return IEProxyConfig Modifier and Type Method Description IEProxyConfig
IEProxySearchStrategy. readIEProxyConfig()
Loads the settings from the windows registry.Methods in com.github.markusbernhardt.proxy.search.browser.ie with parameters of type IEProxyConfig Modifier and Type Method Description private java.net.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.
-