Package com.github.markusbernhardt.proxy.selector.pac
-
Interface Summary Interface Description PacScriptParser Common interface for PAC script parsers.PacScriptSource An source to fetch the PAC script from.ScriptMethods Defines the public interface for PAC scripts. -
Class Summary Class Description JavaxPacScriptParser PAC parser using the Rhino JavaScript engine bundled with Java 1.6
More information about PAC can be found there:
Proxy_auto-config
web-browser-auto-proxy-configurationPacProxySelector ProxySelector that will use a PAC script to find an proxy for a given URI.PacScriptMethods Implementation of PAC JavaScript functions.UrlPacScriptSource Script source that will load the content of a PAC file from an webserver. -
Exception Summary Exception Description ProxyEvaluationException Exception for PAC script errors.