Uses of Class
com.github.markusbernhardt.proxy.selector.pac.PacProxySelector
-
Packages that use PacProxySelector Package Description com.github.markusbernhardt.proxy.selector.pac com.github.markusbernhardt.proxy.util -
-
Uses of PacProxySelector in com.github.markusbernhardt.proxy.selector.pac
Subclasses of PacProxySelector in com.github.markusbernhardt.proxy.selector.pac Modifier and Type Class Description classSafePacProxySelectorSafePacProxySelectorstrips sensitive parts of the URI provided for selection for security reasons. -
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 PacProxySelectorProxyUtil. buildPacSelectorForUrl(String url)Build a PAC proxy selector for the given URL.static PacProxySelectorProxyUtil. buildPacSelectorForUrl(String url, boolean useUrlSanitization)Build a PAC proxy selector for the given URL.
-