Uses of Class
com.github.markusbernhardt.proxy.selector.pac.PacProxySelector
-
Packages that use PacProxySelector Package Description com.github.markusbernhardt.proxy.search.browser.ie com.github.markusbernhardt.proxy.util -
-
Uses of PacProxySelector in com.github.markusbernhardt.proxy.search.browser.ie
Methods in com.github.markusbernhardt.proxy.search.browser.ie that return PacProxySelector Modifier and Type Method Description private PacProxySelector
IEProxySearchStrategy. createPacSelector(IEProxyConfig ieProxyConfig)
Parses the settings and creates an PAC ProxySelector for it. -
Uses of PacProxySelector in com.github.markusbernhardt.proxy.util
Methods in com.github.markusbernhardt.proxy.util that return PacProxySelector Modifier and Type Method Description static PacProxySelector
ProxyUtil. buildPacSelectorForUrl(java.lang.String url)
Build a PAC proxy selector for the given URL.
-