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.Methods 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.Constructors in com.github.markusbernhardt.proxy.selector.pac with parameters of type PacScriptSourceModifierConstructorDescriptionJavaxPacScriptParser(PacScriptSource source) ConstructorPacProxySelector(PacScriptSource pacSource) ConstructorSafePacProxySelector(PacScriptSource pacSource) Constructor