Class UrlPacScriptSource

java.lang.Object
com.github.markusbernhardt.proxy.selector.pac.UrlPacScriptSource
All Implemented Interfaces:
PacScriptSource

public class UrlPacScriptSource extends Object implements PacScriptSource
Script source that will load the content of a PAC file from an webserver. The script content is cached once it was downloaded.
Author:
Markus Bernhardt, Copyright 2016, Bernd Rosstauscher, Copyright 2009
  • Field Details

  • Constructor Details

    • UrlPacScriptSource

      public UrlPacScriptSource(String url)
      Constructor
      Parameters:
      url - the URL to download the script from.
  • Method Details