Uses of Class
com.github.markusbernhardt.proxy.selector.pac.ProxyEvaluationException
-
Packages that use ProxyEvaluationException Package Description com.github.markusbernhardt.proxy.selector.pac -
-
Uses of ProxyEvaluationException in com.github.markusbernhardt.proxy.selector.pac
Methods in com.github.markusbernhardt.proxy.selector.pac that throw ProxyEvaluationException Modifier and Type Method Description java.lang.String
JavaxPacScriptParser. evaluate(java.lang.String url, java.lang.String host)
Evaluates the given URL and host against the PAC script.java.lang.String
PacScriptParser. evaluate(java.lang.String url, java.lang.String host)
Evaluates the given URL and host against the PAC script.private delight.rhinosandox.RhinoSandbox
JavaxPacScriptParser. setupEngine()
Initializes the JavaScript engine and adds aliases for the functions defined in ScriptMethods.Constructors in com.github.markusbernhardt.proxy.selector.pac that throw ProxyEvaluationException Constructor Description JavaxPacScriptParser(PacScriptSource source)
Constructor
-