Uses of Interface
com.github.markusbernhardt.proxy.selector.pac.PacScriptSource
Packages that use PacScriptSource
-
Uses of PacScriptSource in com.github.markusbernhardt.proxy.selector.pac
Classes in com.github.markusbernhardt.proxy.selector.pac that implement PacScriptSourceModifier and TypeClassDescriptionclassScript source that will load the content of a PAC file from an webserver.Fields in com.github.markusbernhardt.proxy.selector.pac declared as PacScriptSourceMethods in com.github.markusbernhardt.proxy.selector.pac that return PacScriptSourceModifier and TypeMethodDescriptionJavaxPacScriptParser.getScriptSource()Gets the source of the PAC script used by this parser.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 PacScriptSourceModifier and TypeMethodDescriptionprivate voidPacProxySelector.selectEngine(PacScriptSource pacSource) Selects one of the available PAC parser engines.Constructors in com.github.markusbernhardt.proxy.selector.pac with parameters of type PacScriptSourceModifierConstructorDescriptionJavaxPacScriptParser(PacScriptSource source) ConstructorPacProxySelector(PacScriptSource pacSource) Constructor