| Interface | Description |
|---|---|
| PacEvaluator |
Evaluates a PAC script for one target URL.
|
| PacScriptLoader |
Loads PAC script content.
|
| PacUrlResolver |
Resolves a PAC/WPAD URL.
|
| Class | Description |
|---|---|
| DirectProxyResolver |
Always resolves to DIRECT.
|
| FixedPacUrlResolver |
Returns a configured PAC URL.
|
| GraalPacScriptEvaluator |
Evaluates PAC scripts with GraalJS.
|
| ManualProxyResolver |
Resolves a manually configured proxy.
|
| NotImplementedProxyResolver |
Returns a
NOT_IMPLEMENTED result for reserved future modes. |
| PacProxyRouteParser |
Parses the route string returned by
FindProxyForURL (or a Windows
ProxyServer value) into a ProxyResult. |
| PacUrlProxyResolver |
The single, shared PAC pipeline used by all
PAC_URL_* modes: |
| PacUrlResolution |
Result of PAC/WPAD URL discovery.
|
| PowerShellPacUrlResolver |
Resolves the PAC URL through a PowerShell script.
|
| ProxyBypassMatcher |
Matches target URLs against Windows proxy bypass patterns.
|
| ProxyConfiguration |
Immutable configuration for proxy resolution.
|
| ProxyConfiguration.Builder |
Builder for
ProxyConfiguration. |
| ProxyDefaults |
Contains reusable default scripts and test URLs for Windows proxy detection.
|
| ProxyResult |
Immutable result of a proxy resolution.
|
| ProxyServerParser |
Parses Windows ProxyServer registry values.
|
| ScriptExecutionResult |
Result of a script execution.
|
| StaticProxySettingsResolver |
Resolves static proxy settings from the Windows registry.
|
| UrlConnectionPacScriptLoader |
Loads PAC script content through
URLConnection. |
| WindowsPacScriptProxyResolver | Deprecated
Use a
PAC_URL_* mode (GraalVM PAC evaluation) instead. |
| WindowsPacUrlResolver |
Resolves PAC/WPAD URL settings from Windows.
|
| WindowsProxyResolver |
Public facade for resolving Windows proxy settings.
|
| Enum | Description |
|---|---|
| ProxyMode |
Selects the proxy resolution strategy.
|
| ProxyResult.Kind |
The kind of a
ProxyResult. |
| Exception | Description |
|---|---|
| ProxyResolutionException |
Signals that proxy resolution failed unexpectedly.
|
Copyright © 2026. All rights reserved.