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 IEProxyConfigIEProxySearchStrategy. 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.ProxySelectorIEProxySearchStrategy. createFixedProxySelector(IEProxyConfig ieProxyConfig)Parses the proxy settings into an ProxySelector.private PacProxySelectorIEProxySearchStrategy. createPacSelector(IEProxyConfig ieProxyConfig)Parses the settings and creates an PAC ProxySelector for it.
-