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 classUrlPacScriptSourceScript source that will load the content of a PAC file from an webserver.Methods in com.github.markusbernhardt.proxy.selector.pac that return PacScriptSource Modifier and Type Method Description PacScriptSourceJavaxPacScriptParser. getScriptSource()Gets the source of the PAC script used by this parser.PacScriptSourcePacScriptParser. getScriptSource()Gets the source of the PAC script used by this parser.Constructors in com.github.markusbernhardt.proxy.selector.pac with parameters of type PacScriptSource Constructor Description JavaxPacScriptParser(PacScriptSource source)ConstructorPacProxySelector(PacScriptSource pacSource)ConstructorSafePacProxySelector(PacScriptSource pacSource)Constructor
-