| Interface | Description |
|---|---|
| PacScriptParser |
Common interface for PAC script parsers.
|
| PacScriptSource |
An source to fetch the PAC script from.
|
| ScriptMethods |
Defines the public interface for PAC scripts.
|
| Class | Description |
|---|---|
| JavaxPacScriptParser |
PAC parser using the Rhino JavaScript engine bundled with Java 1.6
More information about PAC can be found there: Proxy_auto-config web-browser-auto-proxy-configuration |
| PacProxySelector |
ProxySelector that will use a PAC script to find an proxy for a given URI.
|
| PacScriptMethods |
Implementation of PAC JavaScript functions.
|
| UrlPacScriptSource |
Script source that will load the content of a PAC file from an webserver.
|
| Exception | Description |
|---|---|
| ProxyEvaluationException |
Exception for PAC script errors.
|
Copyright © 2022. All rights reserved.