public final class WindowsProxyResolver extends Object
The behaviour is driven entirely by ProxyConfiguration.getMode(). Each
mode has a single, clearly-defined strategy and never silently falls back to a
different one. In particular, all PAC_URL_* modes share the one PAC
pipeline (PacUrlProxyResolver) and only differ in how the PAC URL is
discovered. Failures are reported as ERROR
results with a technical reason instead of a masked DIRECT.
ProxyMode| Constructor and Description |
|---|
WindowsProxyResolver()
Create a resolver with the default configuration.
|
WindowsProxyResolver(ProxyConfiguration configuration)
Create a resolver with the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyResult |
resolve(String targetUrl)
Resolve the proxy for a target URL using the configured mode.
|
public WindowsProxyResolver()
public WindowsProxyResolver(ProxyConfiguration configuration)
configuration - proxy configurationpublic ProxyResult resolve(String targetUrl)
targetUrl - target URLnullCopyright © 2026. All rights reserved.