Uses of Interface
com.github.markusbernhardt.proxy.selector.pac.PacScriptSource
-
Packages that use PacScriptSource Package Description com.github.markusbernhardt.proxy.selector.pac -
-
Uses of PacScriptSource in com.github.markusbernhardt.proxy.selector.pac
Classes in com.github.markusbernhardt.proxy.selector.pac that implement PacScriptSource Modifier and Type Class Description class
UrlPacScriptSource
Script source that will load the content of a PAC file from an webserver.Fields in com.github.markusbernhardt.proxy.selector.pac declared as PacScriptSource Modifier and Type Field Description private PacScriptSource
JavaxPacScriptParser. source
Methods in com.github.markusbernhardt.proxy.selector.pac that return PacScriptSource Modifier and Type Method Description PacScriptSource
JavaxPacScriptParser. getScriptSource()
Gets the source of the PAC script used by this parser.PacScriptSource
PacScriptParser. getScriptSource()
Gets the source of the PAC script used by this parser.Methods in com.github.markusbernhardt.proxy.selector.pac with parameters of type PacScriptSource Modifier and Type Method Description private void
PacProxySelector. selectEngine(PacScriptSource pacSource)
Selects one of the available PAC parser engines.Constructors in com.github.markusbernhardt.proxy.selector.pac with parameters of type PacScriptSource Constructor Description JavaxPacScriptParser(PacScriptSource source)
ConstructorPacProxySelector(PacScriptSource pacSource)
Constructor
-